GetChatAdministratorsRequest

data class GetChatAdministratorsRequest(chatId: Int)

Request body for getChatAdministrators

Parameters

chatId

Unique identifier for the target chat or username of the target supergroup or channel (in the format @channelusername)

Constructors

GetChatAdministratorsRequest
Link copied to clipboard
common
fun GetChatAdministratorsRequest(chatId: Int)
Unique identifier for the target chat or username of the target supergroup or channel (in the format @channelusername)

Functions

component1
Link copied to clipboard
common
operator fun component1(): Int
copy
Link copied to clipboard
common
fun copy(chatId: Int): GetChatAdministratorsRequest
equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

chatId
Link copied to clipboard
common
val chatId: Int
Unique identifier for the target chat or username of the target supergroup or channel (in the format @channelusername)