Interface SponsoredChat

Describes a sponsored chat.

interface SponsoredChat {
    @type: "sponsoredChat";
    additional_info: string;
    chat_id: number;
    sponsor_info: string;
    unique_id: number;
}

Properties

@type: "sponsoredChat"
additional_info: string

If non-empty, additional information about the sponsored chat to be shown along with the chat.

chat_id: number

Chat identifier.

sponsor_info: string

Additional optional information about the sponsor to be shown along with the chat.

unique_id: number

Unique identifier of this result.