1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-16 13:49:26 +00:00
This commit is contained in:
2022-11-06 14:28:16 +06:00
parent acd3298d4d
commit 5bf30bc6c6
2 changed files with 11 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ data class OwnerChatMember(
@Transient
override val canManageVideoChats: Boolean = true
@Transient
override val canManageChat: Boolean = true,
override val canManageChat: Boolean = true
@Transient
override val canManageTopics: Boolean = true
@SerialName(statusField)