class TelegramBot::Chat

Included Modules

Direct Known Subclasses

Defined in:

telegram_bot/types/chat.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 accepted_gift_types : AcceptedGiftTypes | Nil #

def accepted_gift_types=(accepted_gift_types : AcceptedGiftTypes | Nil) #

def business_intro : BusinessIntro | Nil #

def business_intro=(business_intro : BusinessIntro | Nil) #

def business_location : BusinessLocation | Nil #

def business_location=(business_location : BusinessLocation | Nil) #

def business_opening_hours : BusinessOpeningHours | Nil #

def business_opening_hours=(business_opening_hours : BusinessOpeningHours | Nil) #

def can_send_paid_media=(can_send_paid_media : Bool | Nil) #

def can_send_paid_media? : Bool | Nil #

def can_set_sticker_set=(can_set_sticker_set : Bool | Nil) #

def can_set_sticker_set? : Bool | Nil #

def description : String | Nil #

def description=(description : String | Nil) #

def first_name : String | Nil #

def first_name=(first_name : String | Nil) #

def id : Int64 #

def id=(id : Int64) #

def invite_link : String | Nil #

def invite_link=(invite_link : String | Nil) #

def is_direct_messages=(is_direct_messages : Bool | Nil) #

def is_direct_messages? : Bool | Nil #

def is_forum=(is_forum : Bool | Nil) #

def is_forum? : Bool | Nil #

def last_name : String | Nil #

def last_name=(last_name : String | Nil) #

def photo : ChatPhoto | Nil #

def photo=(photo : ChatPhoto | Nil) #

def pinned_message : Message | Nil #

def pinned_message=(pinned_message : Message | Nil) #

def sticker_set_name : String | Nil #

def sticker_set_name=(sticker_set_name : String | Nil) #

def title : String | Nil #

def title=(title : String | Nil) #

def type : String #

def type=(type : String) #

def username : String | Nil #

def username=(username : String | Nil) #