Class: TelegramBot::ForceReply
- Inherits:
-
Struct
- Object
- Struct
- TelegramBot::ForceReply
- Includes:
- AutoFromMethods
- Defined in:
- lib/telegram_bot/force_reply.rb
Instance Attribute Summary collapse
-
#force_reply ⇒ Object
Returns the value of attribute force_reply.
-
#selective ⇒ Object
Returns the value of attribute selective.
Method Summary
Methods included from AutoFromMethods
Instance Attribute Details
#force_reply ⇒ Object
Returns the value of attribute force_reply
3 4 5 |
# File 'lib/telegram_bot/force_reply.rb', line 3 def force_reply @force_reply end |
#selective ⇒ Object
Returns the value of attribute selective
3 4 5 |
# File 'lib/telegram_bot/force_reply.rb', line 3 def selective @selective end |