Uses of Class
org.drinkless.tdlib.TdApi.Ok
Packages that use TdApi.Ok
-
Uses of TdApi.Ok in dev.voroby.springframework.telegram.client.templates
Methods in dev.voroby.springframework.telegram.client.templates that return types with arguments of type TdApi.OkModifier and TypeMethodDescriptionChatTemplate.deleteChat
(long chatId) Deletes a chat along with all messages in the corresponding chat for all chat members.ChatTemplate.joinChat
(long chatId) Adds the current user as a new member to a chat.ChatTemplate.leaveChat
(long chatId) Removes the current user from chat members.