Class: TelegramBot::GroupChat

Inherits:
Struct
  • Object
show all
Includes:
AutoFromMethods
Defined in:
lib/telegram_bot/group_chat.rb

Instance Attribute Summary collapse

Method Summary

Methods included from AutoFromMethods

included

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



3
4
5
# File 'lib/telegram_bot/group_chat.rb', line 3

def id
  @id
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



3
4
5
# File 'lib/telegram_bot/group_chat.rb', line 3

def title
  @title
end