Class: Telegraphist::Model::Message

Inherits:
Telegraphist::Model show all
Defined in:
lib/telegraphist/model/message.rb

Instance Attribute Summary collapse

Instance Attribute Details

#audioObject

Returns the value of attribute audio.



3
4
5
# File 'lib/telegraphist/model/message.rb', line 3

def audio
  @audio
end

#chatObject

Returns the value of attribute chat.



3
4
5
# File 'lib/telegraphist/model/message.rb', line 3

def chat
  @chat
end

#contactObject

Returns the value of attribute contact.



3
4
5
# File 'lib/telegraphist/model/message.rb', line 3

def contact
  @contact
end

#dateObject

Returns the value of attribute date.



3
4
5
# File 'lib/telegraphist/model/message.rb', line 3

def date
  @date
end

#delete_chat_photoObject

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

#documentObject

Returns the value of attribute document.



3
4
5
# File 'lib/telegraphist/model/message.rb', line 3

def document
  @document
end

#forward_dateObject

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_fromObject

Returns the value of attribute forward_from.



3
4
5
# File 'lib/telegraphist/model/message.rb', line 3

def forward_from
  @forward_from
end

#fromObject

Returns the value of attribute from.



3
4
5
# File 'lib/telegraphist/model/message.rb', line 3

def from
  @from
end

#group_chat_createdObject

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_participantObject

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

#locationObject

Returns the value of attribute location.



3
4
5
# File 'lib/telegraphist/model/message.rb', line 3

def location
  @location
end

#message_idObject

Returns the value of attribute message_id.



3
4
5
# File 'lib/telegraphist/model/message.rb', line 3

def message_id
  @message_id
end

#new_chat_participantObject

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_photoObject

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_titleObject

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

#photoObject

Returns the value of attribute photo.



3
4
5
# File 'lib/telegraphist/model/message.rb', line 3

def photo
  @photo
end

#reply_to_messageObject

Returns the value of attribute reply_to_message.



3
4
5
# File 'lib/telegraphist/model/message.rb', line 3

def reply_to_message
  @reply_to_message
end

#stickerObject

Returns the value of attribute sticker.



3
4
5
# File 'lib/telegraphist/model/message.rb', line 3

def sticker
  @sticker
end

#textObject

Returns the value of attribute text.



3
4
5
# File 'lib/telegraphist/model/message.rb', line 3

def text
  @text
end

#videoObject

Returns the value of attribute video.



3
4
5
# File 'lib/telegraphist/model/message.rb', line 3

def video
  @video
end