class Telegrambot::FromMessage

Defined in:

telegrambot/from_message.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(json : JSON::Any) #

[View source]

Instance Method Detail

def first_name : String #

[View source]
def id : Int64 #

[View source]
def is_bot : Bool #

[View source]
def language_code : String #

[View source]
def last_name : String #

[View source]
def username : String #

[View source]