AnswerChatJoinRequestQuery

data class AnswerChatJoinRequestQuery(val chatJoinRequestQueryId: ChatJoinRequestQueryId, val result: ChatJoinRequestQueryResult) : SimpleRequest<Unit>

Use this method to process a received chat join request query.

See also

Constructors

Link copied to clipboard
constructor(chatJoinRequestQueryId: ChatJoinRequestQueryId, result: ChatJoinRequestQueryResult)

Properties

Link copied to clipboard
open override val requestSerializer: <Error class: unknown class><out <Error class: unknown class>>
Link copied to clipboard
Link copied to clipboard
open override val resultDeserializer: <Error class: unknown class><Unit>

Functions

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