Interface ViewSponsoredChat

Informs TDLib that the user fully viewed a sponsored chat. Request type for Tdjson#viewSponsoredChat.

interface ViewSponsoredChat {
    @type: "viewSponsoredChat";
    sponsored_chat_unique_id: number;
}

Properties

@type: "viewSponsoredChat"
sponsored_chat_unique_id: number

Unique identifier of the sponsored chat.