DeclineChatJoinRequest

data class DeclineChatJoinRequest(chatId: ChatIdentifier, userId: UserId) : ChatJoinRequestAnswer

Represent declineChatJoinRequestAnswer. You may approve the requests retrieved in with ChatJoinRequest (in dev.inmo.tgbotapi.types.update.ChatJoinRequestUpdate)

Constructors

DeclineChatJoinRequest
Link copied to clipboard
common
fun DeclineChatJoinRequest(chatId: ChatIdentifier, userId: UserId)

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>
userId
Link copied to clipboard
common
open override val userId: UserId