Class: TD::Types::GroupCallId
- Defined in:
- lib/tdlib/types/group_call_id.rb
Overview
Contains the group call identifier.
Instance Attribute Summary collapse
-
#id ⇒ Integer
Group call identifier.
Method Summary
Methods inherited from Base
Instance Attribute Details
#id ⇒ Integer
Group call identifier.
5 6 7 |
# File 'lib/tdlib/types/group_call_id.rb', line 5 def id @id end |