class TelegramBot::SuggestedPostPrice

Included Modules

Defined in:

telegram_bot/types/suggested_post_parameters.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(currency : String, amount : Int64) #

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 currency : String #

def currency=(currency : String) #