Class: BotUpdate
- Inherits:
-
Object
- Object
- BotUpdate
- Defined in:
- lib/telegram_bot_builder/bot_update.rb
Instance Attribute Summary collapse
-
#date ⇒ Object
Returns the value of attribute date.
-
#message ⇒ Object
Returns the value of attribute message.
-
#text ⇒ Object
Returns the value of attribute text.
-
#update_id ⇒ Object
Returns the value of attribute update_id.
Instance Attribute Details
#date ⇒ Object
Returns the value of attribute date.
4 5 6 |
# File 'lib/telegram_bot_builder/bot_update.rb', line 4 def date @date end |
#message ⇒ Object
Returns the value of attribute message.
3 4 5 |
# File 'lib/telegram_bot_builder/bot_update.rb', line 3 def end |
#text ⇒ Object
Returns the value of attribute text.
5 6 7 |
# File 'lib/telegram_bot_builder/bot_update.rb', line 5 def text @text end |
#update_id ⇒ Object
Returns the value of attribute update_id.
2 3 4 |
# File 'lib/telegram_bot_builder/bot_update.rb', line 2 def update_id @update_id end |