Class: Telegraphist::Model::Message
- Inherits:
-
Telegraphist::Model
- Object
- Telegraphist::Model
- Telegraphist::Model::Message
- Defined in:
- lib/telegraphist/model/message.rb
Instance Attribute Summary collapse
-
#audio ⇒ Object
Returns the value of attribute audio.
-
#chat ⇒ Object
Returns the value of attribute chat.
-
#contact ⇒ Object
Returns the value of attribute contact.
-
#date ⇒ Object
Returns the value of attribute date.
-
#delete_chat_photo ⇒ Object
Returns the value of attribute delete_chat_photo.
-
#document ⇒ Object
Returns the value of attribute document.
-
#forward_date ⇒ Object
Returns the value of attribute forward_date.
-
#forward_from ⇒ Object
Returns the value of attribute forward_from.
-
#from ⇒ Object
Returns the value of attribute from.
-
#group_chat_created ⇒ Object
Returns the value of attribute group_chat_created.
-
#left_chat_participant ⇒ Object
Returns the value of attribute left_chat_participant.
-
#location ⇒ Object
Returns the value of attribute location.
-
#message_id ⇒ Object
Returns the value of attribute message_id.
-
#new_chat_participant ⇒ Object
Returns the value of attribute new_chat_participant.
-
#new_chat_photo ⇒ Object
Returns the value of attribute new_chat_photo.
-
#new_chat_title ⇒ Object
Returns the value of attribute new_chat_title.
-
#photo ⇒ Object
Returns the value of attribute photo.
-
#reply_to_message ⇒ Object
Returns the value of attribute reply_to_message.
-
#sticker ⇒ Object
Returns the value of attribute sticker.
-
#text ⇒ Object
Returns the value of attribute text.
-
#video ⇒ Object
Returns the value of attribute video.
Instance Attribute Details
#audio ⇒ Object
Returns the value of attribute audio.
3 4 5 |
# File 'lib/telegraphist/model/message.rb', line 3 def audio @audio end |
#chat ⇒ Object
Returns the value of attribute chat.
3 4 5 |
# File 'lib/telegraphist/model/message.rb', line 3 def chat @chat end |
#contact ⇒ Object
Returns the value of attribute contact.
3 4 5 |
# File 'lib/telegraphist/model/message.rb', line 3 def contact @contact end |
#date ⇒ Object
Returns the value of attribute date.
3 4 5 |
# File 'lib/telegraphist/model/message.rb', line 3 def date @date end |
#delete_chat_photo ⇒ Object
Returns the value of attribute delete_chat_photo.
3 4 5 |
# File 'lib/telegraphist/model/message.rb', line 3 def delete_chat_photo @delete_chat_photo end |
#document ⇒ Object
Returns the value of attribute document.
3 4 5 |
# File 'lib/telegraphist/model/message.rb', line 3 def document @document end |
#forward_date ⇒ Object
Returns the value of attribute forward_date.
3 4 5 |
# File 'lib/telegraphist/model/message.rb', line 3 def forward_date @forward_date end |
#forward_from ⇒ Object
Returns the value of attribute forward_from.
3 4 5 |
# File 'lib/telegraphist/model/message.rb', line 3 def forward_from @forward_from end |
#from ⇒ Object
Returns the value of attribute from.
3 4 5 |
# File 'lib/telegraphist/model/message.rb', line 3 def from @from end |
#group_chat_created ⇒ Object
Returns the value of attribute group_chat_created.
3 4 5 |
# File 'lib/telegraphist/model/message.rb', line 3 def group_chat_created @group_chat_created end |
#left_chat_participant ⇒ Object
Returns the value of attribute left_chat_participant.
3 4 5 |
# File 'lib/telegraphist/model/message.rb', line 3 def left_chat_participant @left_chat_participant end |
#location ⇒ Object
Returns the value of attribute location.
3 4 5 |
# File 'lib/telegraphist/model/message.rb', line 3 def location @location end |
#message_id ⇒ Object
Returns the value of attribute message_id.
3 4 5 |
# File 'lib/telegraphist/model/message.rb', line 3 def @message_id end |
#new_chat_participant ⇒ Object
Returns the value of attribute new_chat_participant.
3 4 5 |
# File 'lib/telegraphist/model/message.rb', line 3 def new_chat_participant @new_chat_participant end |
#new_chat_photo ⇒ Object
Returns the value of attribute new_chat_photo.
3 4 5 |
# File 'lib/telegraphist/model/message.rb', line 3 def new_chat_photo @new_chat_photo end |
#new_chat_title ⇒ Object
Returns the value of attribute new_chat_title.
3 4 5 |
# File 'lib/telegraphist/model/message.rb', line 3 def new_chat_title @new_chat_title end |
#photo ⇒ Object
Returns the value of attribute photo.
3 4 5 |
# File 'lib/telegraphist/model/message.rb', line 3 def photo @photo end |
#reply_to_message ⇒ Object
Returns the value of attribute reply_to_message.
3 4 5 |
# File 'lib/telegraphist/model/message.rb', line 3 def @reply_to_message end |
#sticker ⇒ Object
Returns the value of attribute sticker.
3 4 5 |
# File 'lib/telegraphist/model/message.rb', line 3 def sticker @sticker end |
#text ⇒ Object
Returns the value of attribute text.
3 4 5 |
# File 'lib/telegraphist/model/message.rb', line 3 def text @text end |
#video ⇒ Object
Returns the value of attribute video.
3 4 5 |
# File 'lib/telegraphist/model/message.rb', line 3 def video @video end |