class Tourmaline::StarTransactions

Overview

Contains a list of Telegram Star transactions.

Included Modules

Defined in:

tourmaline/types/api.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(transactions : Array(Tourmaline::StarTransaction) = [] of Tourmaline::StarTransaction) #

[View source]

Instance Method Detail

def transactions : Array(Tourmaline::StarTransaction) #

The list of transactions


[View source]
def transactions=(transactions : Array(Tourmaline::StarTransaction)) #

The list of transactions


[View source]