class Tourmaline::TransactionPartnerTelegramApi

Overview

Describes a transaction with payment for paid broadcasting.

Included Modules

Defined in:

tourmaline/types/api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : String, request_count : Int32 | Int64) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def request_count : Int32 | Int64 #

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


[View source]
def request_count=(request_count : Int32 | Int64) #

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


[View source]
def type : String #

Type of the transaction partner, always "telegram_api"


[View source]
def type=(type : String) #

Type of the transaction partner, always "telegram_api"


[View source]