Uses of Class
com.bytedesk.social.telegram.TelegramRestService
Packages that use TelegramRestService
-
Uses of TelegramRestService in com.bytedesk.social.telegram
Fields in com.bytedesk.social.telegram declared as TelegramRestServiceModifier and TypeFieldDescriptionprivate final TelegramRestService
TelegramRestController.telegramRestService
-
Uses of TelegramRestService in com.bytedesk.social.telegram.config
Fields in com.bytedesk.social.telegram.config declared as TelegramRestServiceModifier and TypeFieldDescriptionprivate final TelegramRestService
TelegramBotService.telegramRestService
private TelegramRestService
TelegramDefaultConfig.telegramRestService
private final TelegramRestService
TelegramDefaultConsumer.telegramRestService
Methods in com.bytedesk.social.telegram.config with parameters of type TelegramRestServiceModifier and TypeMethodDescriptionstatic TelegramDefaultConsumer
TelegramDefaultConsumer.createInstance
(TelegramRestService telegramRestService, VisitorRestService visitorRestService, IMessageSendService messageSendService, UidUtils uidUtils, UploadRestService uploadRestService) 创建TelegramDefaultConsumer实例的工厂方法