Uses of Record Class
dev.voroby.springframework.telegram.properties.TelegramProperties
Packages that use TelegramProperties
Package
Description
-
Uses of TelegramProperties in dev.voroby.springframework.telegram
Methods in dev.voroby.springframework.telegram with parameters of type TelegramPropertiesModifier and TypeMethodDescriptionTelegramClientAutoConfiguration.telegramClient
(TelegramProperties properties, Collection<UpdateNotificationListener<?>> notificationHandlers, Client.ResultHandler defaultHandler, ClientAuthorizationState clientAuthorizationState) Autoconfigured telegram client.TelegramClientAutoConfiguration.updateAuthorizationNotification
(TelegramProperties properties, TelegramClient telegramClient) Notification listener for authorization sate change. -
Uses of TelegramProperties in dev.voroby.springframework.telegram.client
Constructors in dev.voroby.springframework.telegram.client with parameters of type TelegramPropertiesModifierConstructorDescriptionTelegramClient
(TelegramProperties properties, Collection<UpdateNotificationListener<?>> notificationHandlers, Client.ResultHandler defaultHandler, ClientAuthorizationState clientAuthorizationState) -
Uses of TelegramProperties in dev.voroby.springframework.telegram.client.updates
Constructors in dev.voroby.springframework.telegram.client.updates with parameters of type TelegramPropertiesModifierConstructorDescriptionUpdateAuthorizationState
(TelegramProperties properties, TelegramClient telegramClient)