1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-04 15:49:41 +00:00

add api bindings to new requests

This commit is contained in:
2025-04-16 18:42:13 +06:00
parent b604444f7d
commit deb8d7b43a
13 changed files with 192 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ data class SetBusinessAccountName(
@SerialName(firstNameField)
val firstName: String,
@SerialName(lastNameField)
val lastName: String
val lastName: String? = null
) : BusinessRequest.Simple<Boolean> {
override fun method(): String = "setBusinessAccountName"