Uses of Interface
org.drinkless.tdlib.Client.ResultHandler
Packages that use Client.ResultHandler
Package
Description
-
Uses of Client.ResultHandler in dev.voroby.springframework.telegram
Methods in dev.voroby.springframework.telegram that return Client.ResultHandlerMethods in dev.voroby.springframework.telegram with parameters of type Client.ResultHandlerModifier and TypeMethodDescriptionTelegramClientAutoConfiguration.telegramClient
(TelegramProperties properties, Collection<UpdateNotificationListener<?>> notificationHandlers, Client.ResultHandler defaultHandler, ClientAuthorizationState clientAuthorizationState) Autoconfigured telegram client. -
Uses of Client.ResultHandler in dev.voroby.springframework.telegram.client
Constructors in dev.voroby.springframework.telegram.client with parameters of type Client.ResultHandlerModifierConstructorDescriptionTelegramClient
(TelegramProperties properties, Collection<UpdateNotificationListener<?>> notificationHandlers, Client.ResultHandler defaultHandler, ClientAuthorizationState clientAuthorizationState) -
Uses of Client.ResultHandler in org.drinkless.tdlib
Methods in org.drinkless.tdlib with parameters of type Client.ResultHandlerModifier and TypeMethodDescriptionstatic Client
Client.create
(Client.ResultHandler updateHandler, Client.ExceptionHandler updateExceptionHandler, Client.ExceptionHandler defaultExceptionHandler) Creates new Client.void
Client.send
(TdApi.Function query, Client.ResultHandler resultHandler) Sends a request to the TDLib with an empty ExceptionHandler.void
Client.send
(TdApi.Function query, Client.ResultHandler resultHandler, Client.ExceptionHandler exceptionHandler) Sends a request to the TDLib.