README
Telegrambot
Api
ChatMessage
Exceptions
ResponseError
FromMessage
Message
class
Telegrambot::ChatMessage
Telegrambot::ChatMessage
Reference
Object
Defined in:
telegrambot/chat_message.cr
Constructors
.new
(json : JSON::Any)
Instance Method Summary
#first_name
: String
#id
: Int64
#last_name
: String
#ttype
: String
#username
: String
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
last_name
: String
#
[
View source
]
def
ttype
: String
#
[
View source
]
def
username
: String
#
[
View source
]