Class: PostProxy::TelegramParams

Inherits:
Model
  • Object
show all
Defined in:
lib/postproxy/types.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

#initialize, #to_h

Constructor Details

This class inherits a constructor from PostProxy::Model

Instance Attribute Details

#chat_idObject

Returns the value of attribute chat_id.



494
495
496
# File 'lib/postproxy/types.rb', line 494

def chat_id
  @chat_id
end

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_notificationObject

Returns the value of attribute disable_notification.



494
495
496
# File 'lib/postproxy/types.rb', line 494

def disable_notification
  @disable_notification
end

#formatObject

Returns the value of attribute format.



494
495
496
# File 'lib/postproxy/types.rb', line 494

def format
  @format
end

#parse_modeObject

Returns the value of attribute parse_mode.



494
495
496
# File 'lib/postproxy/types.rb', line 494

def parse_mode
  @parse_mode
end