Interface StarTransactionTypeTelegramApiUsage

The transaction is a payment for Telegram API usage; for bots only. Subtype of StarTransactionType.

interface StarTransactionTypeTelegramApiUsage {
    @type: "starTransactionTypeTelegramApiUsage";
    request_count: number;
}

Properties

Properties

@type: "starTransactionTypeTelegramApiUsage"
request_count: number

The number of billed requests.