class TelegramBot::StarTransaction

Included Modules

Defined in:

telegram_bot/types/star_payment.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

Instance Method Detail

def amount : Int64 #

def amount=(amount : Int64) #

def date : Int32 #

def date=(date : Int32) #

def id : String #

def id=(id : String) #

def nanostar_amount : Int32 | Nil #

def nanostar_amount=(nanostar_amount : Int32 | Nil) #

def receiver : TransactionPartner | Nil #

def receiver=(receiver : TransactionPartner | Nil) #

def source : TransactionPartner | Nil #

def source=(source : TransactionPartner | Nil) #