ChatJoinRequestQueryResult

Result of an AnswerChatJoinRequestQuery. Serialized as a plain string.

See also

Inheritors

Types

Link copied to clipboard

Allow the user to join the chat.

Link copied to clipboard
object Companion
Link copied to clipboard

Disallow the user to join the chat.

Link copied to clipboard

Leave the decision to other administrators.

Link copied to clipboard
data class Unknown(val name: String) : ChatJoinRequestQueryResult

Any other result which is currently unknown to this library.

Properties

Link copied to clipboard
abstract val name: String