mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-09-15 05:09:30 +00:00
small fix in request chat button
This commit is contained in:
@@ -33,6 +33,6 @@ data class KeyboardButtonRequestChat(
|
||||
@SerialName(botAdministratorRightsField)
|
||||
val botRightsInChat: ChatAdministratorRights? = null,
|
||||
@SerialName(botIsMemberField)
|
||||
val botIsMember: Boolean = false
|
||||
val botIsMember: Boolean? = null
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user