class TelegramBot::Chat

Included Modules

Defined in:

telegram_bot/types/chat.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def all_members_are_administrators=(all_members_are_administrators : Bool | Nil) #

[View source]
def all_members_are_administrators? : Bool | Nil #

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

[View source]
def 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 type : String #

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

[View source]
def username : String | Nil #

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

[View source]