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