class TelegramBot::BotSubscriptionUpdated

Included Modules

Defined in:

telegram_bot/types/bot_subscription_updated.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(user : User, invoice_payload : String, state : String) #

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

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

Instance Method Detail

def invoice_payload : String #

def invoice_payload=(invoice_payload : String) #

def state : String #

def state=(state : String) #

def user : User #

def user=(user : User) #