Class: Telegraphist::Model::GroupChat

Inherits:
Telegraphist::Model show all
Defined in:
lib/telegraphist/model/group_chat.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#titleObject

Returns the value of attribute title.



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

def title
  @title
end