Interface MessageChatJoinByRequest

A new member was accepted to the chat by an administrator. Subtype of MessageContent.

interface MessageChatJoinByRequest {
    @type: "messageChatJoinByRequest";
}

Properties

Properties

@type: "messageChatJoinByRequest"