public abstract class UpdatesHandlerBase extends Object implements IUpdatesHandler
public final void processUpdate(UpdateWrapper updateWrapper)
processUpdate in interface IUpdatesHandlerpublic final boolean checkSeq(int seq,
int seqStart,
int date)
checkSeq in interface IUpdatesHandlerpublic final void getDifferences()
getDifferences in interface IUpdatesHandlerpublic final void updateStateModification(TLUpdatesState state)
updateStateModification in interface IUpdatesHandlerpublic final void onTLUpdatesTooLong()
onTLUpdatesTooLong in interface IUpdatesHandlerpublic final void onTLAbsDifference(@NotNull
@NotNull TLAbsDifference absDifference)
onTLAbsDifference in interface IUpdatesHandlerpublic final void onTLChannelDifferences(List<TLAbsUser> users, List<TLAbsMessage> messages, List<TLAbsUpdate> newUpdates, List<TLAbsChat> chats)
onTLChannelDifferences in interface IUpdatesHandlerpublic final void onUsers(List<TLAbsUser> users)
onUsers in interface IUpdatesHandlerpublic final void onChats(List<TLAbsChat> chats)
onChats in interface IUpdatesHandlerprotected abstract void onTLUpdateChatParticipantsCustom(TLUpdateChatParticipants update)
protected abstract void onTLUpdateNewMessageCustom(TLUpdateNewMessage update)
protected abstract void onTLUpdateChannelNewMessageCustom(TLUpdateChannelNewMessage update)
protected abstract void onTLUpdateChannelCustom(TLUpdateChannel update)
protected abstract void onTLUpdateBotInlineQueryCustom(TLUpdateBotInlineQuery update)
protected abstract void onTLUpdateBotInlineSendCustom(TLUpdateBotInlineSend update)
protected abstract void onTLUpdateChannelMessageViewsCustom(TLUpdateChannelMessageViews update)
protected abstract void onTLUpdateChannelPinnedMessageCustom(TLUpdateChannelPinnedMessage update)
protected abstract void onTLUpdateChatAdminCustom(TLUpdateChatAdmin update)
protected abstract void onTLUpdateChatParticipantAddCustom(TLUpdateChatParticipantAdd update)
protected abstract void onTLUpdateChatParticipantAdminCustom(TLUpdateChatParticipantAdmin update)
protected abstract void onTLUpdateChatParticipantDeleteCustom(TLUpdateChatParticipantDelete update)
protected abstract void onTLUpdateChatUserTypingCustom(TLUpdateChatUserTyping update)
protected abstract void onTLUpdateContactLinkCustom(TLUpdateContactLink update)
protected abstract void onTLUpdateContactRegisteredCustom(TLUpdateContactRegistered update)
protected abstract void onTLUpdateDcOptionsCustom(TLUpdateDcOptions update)
protected abstract void onTLUpdateDeleteChannelMessagesCustom(TLUpdateDeleteChannelMessages update)
protected abstract void onTLUpdateDeleteMessagesCustom(TLUpdateDeleteMessages update)
protected abstract void onTLUpdateEditChannelMessageCustom(TLUpdateEditChannelMessage update)
protected abstract void onTLUpdateMessageIdCustom(TLUpdateMessageId update)
protected abstract void onTLUpdateNewAuthorizationCustom(TLUpdateNewAuthorization update)
protected abstract void onTLUpdateNewStickerSetCustom(TLUpdateNewStickerSet update)
protected abstract void onTLUpdateNotifySettingsCustom(TLUpdateNotifySettings update)
protected abstract void onTLUpdatePrivacyCustom(TLUpdatePrivacy update)
protected abstract void onTLUpdateReadChannelInboxCustom(TLUpdateReadChannelInbox update)
protected abstract void onTLUpdateReadMessagesContentsCustom(TLUpdateReadMessagesContents update)
protected abstract void onTLUpdateReadMessagesInboxCustom(TLUpdateReadMessagesInbox update)
protected abstract void onTLUpdateReadMessagesOutboxCustom(TLUpdateReadMessagesOutbox update)
protected abstract void onTLUpdateSavedGifsCustom(TLUpdateSavedGifs update)
protected abstract void onTLUpdateServiceNotificationCustom(TLUpdateServiceNotification update)
protected abstract void onTLUpdateStickerSetsCustom(TLUpdateStickerSets update)
protected abstract void onTLUpdateStickerSetsOrderCustom(TLUpdateStickerSetsOrder update)
protected abstract void onTLUpdateUserBlockedCustom(TLUpdateUserBlocked update)
protected abstract void onTLUpdateUserNameCustom(TLUpdateUserName update)
protected abstract void onTLUpdateUserPhoneCustom(TLUpdateUserPhone update)
protected abstract void onTLUpdateUserPhotoCustom(TLUpdateUserPhoto update)
protected abstract void onTLUpdateUserStatusCustom(TLUpdateUserStatus update)
protected abstract void onTLUpdateUserTypingCustom(TLUpdateUserTyping update)
protected abstract void onTLUpdateWebPageCustom(TLUpdateWebPage update)
protected abstract void onTLFakeUpdateCustom(TLFakeUpdate update)
protected abstract void onTLUpdateShortMessageCustom(TLUpdateShortMessage update)
protected abstract void onTLUpdateShortChatMessageCustom(TLUpdateShortChatMessage update)
protected abstract void onTLUpdateShortSentMessageCustom(TLUpdateShortSentMessage update)
protected abstract void onTLUpdateBotCallbackQueryCustom(TLUpdateBotCallbackQuery update)
protected abstract void onTLUpdateEditMessageCustom(TLUpdateEditMessage update)
protected abstract void onTLUpdateInlineBotCallbackQueryCustom(TLUpdateInlineBotCallbackQuery update)
protected abstract void onTLAbsMessageCustom(TLAbsMessage message)
protected abstract void onTLUpdateEncryptionCustom(TLUpdateEncryption update)
protected abstract void onTLUpdateEncryptedMessagesReadCustom(TLUpdateEncryptedMessagesRead update)
protected abstract void onTLUpdateNewEncryptedMessageCustom(TLUpdateNewEncryptedMessage update)
protected abstract void onTLUpdateEncryptedChatTypingCustom(TLUpdateEncryptedChatTyping update)
protected abstract void onTLUpdateConfigCustom(TLUpdateConfig update)
protected abstract void onTLUpdateDraftMessageCustom(TLUpdateDraftMessage update)
protected abstract void onTLUpdatePtsChangedCustom(TLUpdatePtsChanged update)
protected abstract void onTLUpdateReadChannelOutboxCustom(TLUpdateReadChannelOutbox update)
protected abstract void onTLUpdateReadFeaturedStickersCustom(TLUpdateReadFeaturedStickers update)
protected abstract void onTLUpdateRecentStickersCustom(TLUpdateRecentStickers update)
Copyright © 2016. All rights reserved.