Set Chat Permissions Request
data class SetChatPermissionsRequest(chatId: Int, permissions: ChatPermissions)
Content copied to clipboard
Request body for setChatPermissions
Parameters
chatId
Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)
permissions
New default chat permissions
Constructors
SetChatPermissionsRequest
Link 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
copy
Link copied to clipboard
fun copy(chatId: Int, permissions: ChatPermissions): SetChatPermissionsRequest
Content copied to clipboard