README
Telegrambot
Api
ChatMessage
Exceptions
ResponseError
FromMessage
Message
class
Telegrambot::Message
Telegrambot::Message
Reference
Object
Defined in:
telegrambot/message.cr
Constructors
.new
(json : JSON::Any)
Instance Method Summary
#chat
: ChatMessage
#date
: Time
#from
: FromMessage
#id
: Int64
#text
: String
Constructor Detail
def self.
new
(json : JSON::Any)
#
[
View source
]
Instance Method Detail
def
chat
:
ChatMessage
#
[
View source
]
def
date
: Time
#
[
View source
]
def
from
:
FromMessage
#
[
View source
]
def
id
: Int64
#
[
View source
]
def
text
: String
#
[
View source
]