class

Tourmaline::TransactionPartnerTelegramApi

Inherits JSON::Serializable < Reference < Object

Describes a transaction with payment for paid broadcasting.

Constructors

new(type : String, request_count : Int32 | Int64)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

request_count

The number of successful requests that exceeded regular limits and were therefore billed

Source
request_count=(request_count : Int32 | Int64)

The number of successful requests that exceeded regular limits and were therefore billed

Source
type

Type of the transaction partner, always "telegram_api"

Source
type=(type : String)

Type of the transaction partner, always "telegram_api"

Source