Package dev. inmo. tgbotapi. requests. chat. get
Types
Link copied to clipboard
data class GetChat(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest<ExtendedChat>
Content copied to clipboard
Link copied to clipboard
data class GetChatAdministrators(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest<List<AdministratorChatMember>>
Content copied to clipboard
Link copied to clipboard
data class GetChatMemberCount(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest<Int>
Content copied to clipboard
Link copied to clipboard
data class GetChatMenuButton(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest<MenuButton>
Content copied to clipboard
Link copied to clipboard
object GetDefaultChatMenuButton : OptionalChatRequest, SimpleRequest<MenuButton>
Content copied to clipboard