class TelegramBot::Chat

Defined in:

telegram_bot/types/chat.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def all_members_are_administrators : Bool | Nil #

[View source]
def all_members_are_administrators=(_all_members_are_administrators : Bool | Nil) #

[View source]
def can_set_sticker_set : Bool | Nil #

[View source]
def can_set_sticker_set=(_can_set_sticker_set : Bool | Nil) #

[View source]
def description : String | Nil #

[View source]
def description=(_description : String | Nil) #

[View source]
def first_name : String | Nil #

[View source]
def first_name=(_first_name : String | Nil) #

[View source]
def id : Int64 #

[View source]
def id=(_id : Int64) #

[View source]
def invite_link : String | Nil #

[View source]
def invite_link=(_invite_link : String | Nil) #

[View source]
def last_name : String | Nil #

[View source]
def last_name=(_last_name : String | Nil) #

[View source]
def photo : ChatPhoto | Nil #

[View source]
def photo=(_photo : ChatPhoto | Nil) #

[View source]
def pinned_message : Message | Nil #

[View source]
def pinned_message=(_pinned_message : Message | Nil) #

[View source]
def sticker_set_name : String | Nil #

[View source]
def sticker_set_name=(_sticker_set_name : String | Nil) #

[View source]
def title : String | Nil #

[View source]
def title=(_title : String | Nil) #

[View source]
def to_json(json : JSON::Builder) #

[View source]
def type : String #

[View source]
def type=(_type : String) #

[View source]
def username : String | Nil #

[View source]
def username=(_username : String | Nil) #

[View source]