Interface OpenSponsoredChat

Informs TDLib that the user opened a sponsored chat. Request type for Tdjson#openSponsoredChat.

interface OpenSponsoredChat {
    @type: "openSponsoredChat";
    sponsored_chat_unique_id: number;
}

Properties

@type: "openSponsoredChat"
sponsored_chat_unique_id: number

Unique identifier of the sponsored chat.