docs / com.github.insanusmokrassar.TelegramBotAPI.requests.chat.members / GetChatMember

GetChatMember

(common) data class GetChatMember : ChatMemberRequest<ChatMember> (source)

Constructors

(common)

<init>

GetChatMember(chatId: ChatIdentifier, userId: UserId)

Properties

(common)

chatId

val chatId: ChatIdentifier
(common)

requestSerializer

val requestSerializer: SerializationStrategy<*>
(common)

resultDeserializer

val resultDeserializer: DeserializationStrategy<ChatMember>
(common)

userId

val userId: UserId

Functions

(common)

method

fun method(): String