Class: Telegrammer::DataTypes::GroupChat
- Defined in:
- lib/telegrammer/data_types/group_chat.rb
Overview
Telegram GroupChat data type
See more at core.telegram.org/bots/api#groupchat
Instance Attribute Summary collapse
-
#id ⇒ Integer
Unique identifier for this group chat.
-
#title ⇒ String
Group name.
Instance Attribute Details
#id ⇒ Integer
Unique identifier for this group chat
9 10 11 |
# File 'lib/telegrammer/data_types/group_chat.rb', line 9 def id @id end |
#title ⇒ String
Group name
9 10 11 |
# File 'lib/telegrammer/data_types/group_chat.rb', line 9 def title @title end |