Uses of Class
org.drinkless.tdlib.TdApi.UpdateAuthorizationState
Packages that use TdApi.UpdateAuthorizationState
Package
Description
-
Uses of TdApi.UpdateAuthorizationState in dev.voroby.springframework.telegram
Methods in dev.voroby.springframework.telegram that return types with arguments of type TdApi.UpdateAuthorizationStateModifier and TypeMethodDescriptionTelegramClientAutoConfiguration.updateAuthorizationNotification
(TelegramProperties properties, TelegramClient telegramClient) Notification listener for authorization sate change. -
Uses of TdApi.UpdateAuthorizationState in dev.voroby.springframework.telegram.client.updates
Methods in dev.voroby.springframework.telegram.client.updates that return types with arguments of type TdApi.UpdateAuthorizationStateMethods in dev.voroby.springframework.telegram.client.updates with parameters of type TdApi.UpdateAuthorizationStateModifier and TypeMethodDescriptionvoid
UpdateAuthorizationState.handleNotification
(TdApi.UpdateAuthorizationState notification) Handles incoming update event.