Interface GetStarAdAccountUrl

Returns a URL for a Telegram Ad platform account that can be used to set up advertisements for the chat paid in the owned Telegram Stars. Request type for Tdjson#getStarAdAccountUrl.

interface GetStarAdAccountUrl {
    @type: "getStarAdAccountUrl";
    owner_id: MessageSender;
}

Properties

Properties

@type: "getStarAdAccountUrl"
owner_id: MessageSender

Identifier of the owner of the Telegram Stars; can be identifier of an owned bot, or identifier of an owned channel chat.