Set Chat Administrator Custom Title Request
data class SetChatAdministratorCustomTitleRequest(chatId: Int, userId: Int, customTitle: String)
Content copied to clipboard
Request body for setChatAdministratorCustomTitle
Parameters
chatId
Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)
userId
Unique identifier of the target user
customTitle
New custom title for the administrator; 0-16 characters, emoji are not allowed
Constructors
SetChatAdministratorCustomTitleRequest
Link copied to clipboard
fun SetChatAdministratorCustomTitleRequest(chatId: Int, userId: Int, customTitle: String)
Content copied to clipboard
Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard