Interface TargetChatChosen

The chat needs to be chosen by the user among chats of the specified types. Subtype of TargetChat.

interface TargetChatChosen {
    @type: "targetChatChosen";
    types: TargetChatTypes;
}

Properties

Properties

@type: "targetChatChosen"

Allowed types for the chat.