1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-07-24 08:55:10 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/index.md
2021-03-17 15:18:37 +00:00

3.3 KiB

//docs/dev.inmo.tgbotapi.requests.chat.members/SetChatAdministratorCustomTitle

SetChatAdministratorCustomTitle

[common] data class SetChatAdministratorCustomTitle(chatId: ChatIdentifier, userId: UserId, customTitle: String) : ChatMemberRequest<Boolean>

Functions

Name Summary
method [common]
Content
open override fun method(): String


Properties

Name Summary
chatId [common] open override val chatId: ChatIdentifier
customTitle [common] val customTitle: String
requestSerializer [common] open override val requestSerializer: <*>
resultDeserializer [common] open override val resultDeserializer: <Boolean>
userId [common] open override val userId: UserId