class TelegramBot::BusinessConnection

Included Modules

Defined in:

telegram_bot/types/business_connection.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 date : Int32 #

def date=(date : Int32) #

def id : String #

def id=(id : String) #

def is_enabled=(is_enabled : Bool) #

def is_enabled? : Bool #

def rights : BusinessBotRights | Nil #

def rights=(rights : BusinessBotRights | Nil) #

def user : User #

def user=(user : User) #

def user_chat_id : Int64 #

def user_chat_id=(user_chat_id : Int64) #