class TelegramBot::Chat

Included Modules

Defined in:

telegram_bot/types/chat.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def all_members_are_administrators=(all_members_are_administrators : Bool | Nil) #

def all_members_are_administrators? : 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 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) #