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 TelegramRestServiceTelegramRestController.telegramRestService -
Uses of TelegramRestService in com.bytedesk.social.telegram.config
Fields in com.bytedesk.social.telegram.config declared as TelegramRestServiceModifier and TypeFieldDescriptionprivate final TelegramRestServiceTelegramBotService.telegramRestServiceprivate TelegramRestServiceTelegramDefaultConfig.telegramRestServiceprivate final TelegramRestServiceTelegramDefaultConsumer.telegramRestServiceMethods in com.bytedesk.social.telegram.config with parameters of type TelegramRestServiceModifier and TypeMethodDescriptionstatic TelegramDefaultConsumerTelegramDefaultConsumer.createInstance(TelegramRestService telegramRestService, VisitorRestService visitorRestService, IMessageSendService messageSendService, UidUtils uidUtils, UploadRestService uploadRestService) 创建TelegramDefaultConsumer实例的工厂方法