Class: TelegramMeetupBot::MessageParser::User
- Inherits:
-
Struct
- Object
- Struct
- TelegramMeetupBot::MessageParser::User
- Defined in:
- lib/telegram_meetup_bot/message_parser.rb
Instance Attribute Summary collapse
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#id ⇒ Object
Returns the value of attribute id.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#first_name ⇒ Object
Returns the value of attribute first_name
4 5 6 |
# File 'lib/telegram_meetup_bot/message_parser.rb', line 4 def first_name @first_name end |
#id ⇒ Object
Returns the value of attribute id
4 5 6 |
# File 'lib/telegram_meetup_bot/message_parser.rb', line 4 def id @id end |
#username ⇒ Object
Returns the value of attribute username
4 5 6 |
# File 'lib/telegram_meetup_bot/message_parser.rb', line 4 def username @username end |