1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2026-08-30 12:56:43 +00:00
Files
tgbotapi/docs/dev.inmo.tgbotapi.requests.chat.get/index.md
InsanusMokrassar b942627f12 deploy: 308fb9274b
2021-03-17 15:18:37 +00:00

16 lines
2.3 KiB
Markdown

//[docs](../../index.md)/[dev.inmo.tgbotapi.requests.chat.get](index.md)
# Package dev.inmo.tgbotapi.requests.chat.get
## Types
| Name | Summary |
|---|---|
| <a name="dev.inmo.tgbotapi.requests.chat.get/GetChat///PointingToDeclaration/"></a>[GetChat](-get-chat/index.md)| <a name="dev.inmo.tgbotapi.requests.chat.get/GetChat///PointingToDeclaration/"></a>[common] <br>Content <br>data class [GetChat](-get-chat/index.md)(**chatId**: [ChatIdentifier](../dev.inmo.tgbotapi.types/-chat-identifier/index.md)) : [ChatRequest](../dev.inmo.tgbotapi.CommonAbstracts.types/-chat-request/index.md), [SimpleRequest](../dev.inmo.tgbotapi.requests.abstracts/-simple-request/index.md)<[ExtendedChat](../dev.inmo.tgbotapi.types.chat.abstracts.extended/-extended-chat/index.md)> <br><br><br>|
| <a name="dev.inmo.tgbotapi.requests.chat.get/GetChatAdministrators///PointingToDeclaration/"></a>[GetChatAdministrators](-get-chat-administrators/index.md)| <a name="dev.inmo.tgbotapi.requests.chat.get/GetChatAdministrators///PointingToDeclaration/"></a>[common] <br>Content <br>data class [GetChatAdministrators](-get-chat-administrators/index.md)(**chatId**: [ChatIdentifier](../dev.inmo.tgbotapi.types/-chat-identifier/index.md)) : [ChatRequest](../dev.inmo.tgbotapi.CommonAbstracts.types/-chat-request/index.md), [SimpleRequest](../dev.inmo.tgbotapi.requests.abstracts/-simple-request/index.md)<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[AdministratorChatMember](../dev.inmo.tgbotapi.types.ChatMember.abstracts/-administrator-chat-member/index.md)>> <br><br><br>|
| <a name="dev.inmo.tgbotapi.requests.chat.get/GetChatMembersCount///PointingToDeclaration/"></a>[GetChatMembersCount](-get-chat-members-count/index.md)| <a name="dev.inmo.tgbotapi.requests.chat.get/GetChatMembersCount///PointingToDeclaration/"></a>[common] <br>Content <br>data class [GetChatMembersCount](-get-chat-members-count/index.md)(**chatId**: [ChatIdentifier](../dev.inmo.tgbotapi.types/-chat-identifier/index.md)) : [ChatRequest](../dev.inmo.tgbotapi.CommonAbstracts.types/-chat-request/index.md), [SimpleRequest](../dev.inmo.tgbotapi.requests.abstracts/-simple-request/index.md)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)> <br><br><br>|