Class: PostProxy::TelegramParams
Instance Attribute Summary collapse
-
#chat_id ⇒ Object
Returns the value of attribute chat_id.
-
#disable_link_preview ⇒ Object
Returns the value of attribute disable_link_preview.
-
#disable_notification ⇒ Object
Returns the value of attribute disable_notification.
-
#format ⇒ Object
Returns the value of attribute format.
-
#parse_mode ⇒ Object
Returns the value of attribute parse_mode.
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from PostProxy::Model
Instance Attribute Details
#chat_id ⇒ Object
Returns the value of attribute chat_id.
494 495 496 |
# File 'lib/postproxy/types.rb', line 494 def chat_id @chat_id end |
#disable_link_preview ⇒ Object
Returns the value of attribute disable_link_preview.
494 495 496 |
# File 'lib/postproxy/types.rb', line 494 def disable_link_preview @disable_link_preview end |
#disable_notification ⇒ Object
Returns the value of attribute disable_notification.
494 495 496 |
# File 'lib/postproxy/types.rb', line 494 def disable_notification @disable_notification end |
#format ⇒ Object
Returns the value of attribute format.
494 495 496 |
# File 'lib/postproxy/types.rb', line 494 def format @format end |
#parse_mode ⇒ Object
Returns the value of attribute parse_mode.
494 495 496 |
# File 'lib/postproxy/types.rb', line 494 def parse_mode @parse_mode end |