1
0
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:
2023-02-05 23:18:14 +06:00
parent e235280253
commit 12ac227d2d
2 changed files with 2 additions and 2 deletions

View File

@@ -33,6 +33,6 @@ data class KeyboardButtonRequestChat(
@SerialName(botAdministratorRightsField)
val botRightsInChat: ChatAdministratorRights? = null,
@SerialName(botIsMemberField)
val botIsMember: Boolean = false
val botIsMember: Boolean? = null
)