Uses of Class
dev.voroby.springframework.telegram.client.TelegramClient
Packages that use TelegramClient
Package
Description
-
Uses of TelegramClient in dev.voroby.springframework.telegram
Methods in dev.voroby.springframework.telegram that return TelegramClientModifier and TypeMethodDescriptionTelegramClientAutoConfiguration.telegramClient(TelegramProperties properties, Collection<UpdateNotificationListener<?>> notificationHandlers, Client.ResultHandler defaultHandler, ClientAuthorizationState clientAuthorizationState) Autoconfigured telegram client.Methods in dev.voroby.springframework.telegram with parameters of type TelegramClientModifier and TypeMethodDescriptionTelegramClientAutoConfiguration.chatTemplate(TelegramClient telegramClient) Template forTdApi.Chatrelated objects.TelegramClientAutoConfiguration.updateAuthorizationNotification(TelegramProperties properties, TelegramClient telegramClient) Notification listener for authorization sate change.TelegramClientAutoConfiguration.userTemplate(TelegramClient telegramClient) Template forTdApi.Userrelated objects. -
Uses of TelegramClient in dev.voroby.springframework.telegram.client.templates
Constructors in dev.voroby.springframework.telegram.client.templates with parameters of type TelegramClientModifierConstructorDescriptionChatTemplate(TelegramClient telegramClient) UserTemplate(TelegramClient telegramClient) -
Uses of TelegramClient in dev.voroby.springframework.telegram.client.updates
Constructors in dev.voroby.springframework.telegram.client.updates with parameters of type TelegramClientModifierConstructorDescriptionUpdateAuthorizationState(TelegramProperties properties, TelegramClient telegramClient)