class TelegramBot::ChatJoinRequest

Included Modules

Defined in:

telegram_bot/types/chat_join_request.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 bio : String | Nil #

def bio=(bio : String | Nil) #

def chat : Chat | Nil #

def chat=(chat : Chat | Nil) #

def date : Int32 | Nil #

def date=(date : Int32 | Nil) #

def from : User | Nil #

def from=(from : User | Nil) #

def invite_link : ChatInviteLink | Nil #

def invite_link=(invite_link : ChatInviteLink | Nil) #

def user_chat_id : Int64 | Nil #

def user_chat_id=(user_chat_id : Int64 | Nil) #