UnbanChatSenderChat

data class UnbanChatSenderChat(chatId: ChatIdentifier, senderChatId: ChatId) : ChatSenderRequest

Representation of unbanChatSenderChat request

Constructors

UnbanChatSenderChat
Link copied to clipboard
common
fun UnbanChatSenderChat(chatId: ChatIdentifier, senderChatId: ChatId)

Functions

method
Link copied to clipboard
common
open override fun method(): String

Properties

chatId
Link copied to clipboard
common
open override val chatId: ChatIdentifier
requestSerializer
Link copied to clipboard
common
open override val requestSerializer: SerializationStrategy<*>
resultDeserializer
Link copied to clipboard
common
open override val resultDeserializer: DeserializationStrategy<Boolean>
senderChatId
Link copied to clipboard
common
open override val senderChatId: ChatId