1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-09-07 11:16:52 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.types.chat.extended/-extended-group-chat-impl/-extended-group-chat-impl.md

12 lines
916 B
Markdown
Raw Normal View History

//[docs](../../../index.md)/[dev.inmo.tgbotapi.types.chat.extended](../index.md)/[ExtendedGroupChatImpl](index.md)/[ExtendedGroupChatImpl](-extended-group-chat-impl.md)
# ExtendedGroupChatImpl
[common]
Content
fun [ExtendedGroupChatImpl](-extended-group-chat-impl.md)(id: [ChatId](../../dev.inmo.tgbotapi.types/-chat-id/index.md), title: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), chatPhoto: [ChatPhoto](../../dev.inmo.tgbotapi.types/-chat-photo/index.md)? = null, permissions: [ChatPermissions](../../dev.inmo.tgbotapi.types.chat/-chat-permissions/index.md), description: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = "", inviteLink: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, pinnedMessage: [Message](../../dev.inmo.tgbotapi.types.message.abstracts/-message/index.md)? = null)