Class: TD::Types::GroupCallRecentSpeaker
- Defined in:
- lib/tdlib/types/group_call_recent_speaker.rb
Overview
Describes a recently speaking participant in a group call.
Instance Attribute Summary collapse
-
#is_speaking ⇒ Boolean
True, is the user has spoken recently.
-
#participant_id ⇒ TD::Types::MessageSender
Group call participant identifier.
Method Summary
Methods inherited from Base
Instance Attribute Details
#is_speaking ⇒ Boolean
True, is the user has spoken recently.
6 7 8 |
# File 'lib/tdlib/types/group_call_recent_speaker.rb', line 6 def is_speaking @is_speaking end |
#participant_id ⇒ TD::Types::MessageSender
Group call participant identifier.
6 7 8 |
# File 'lib/tdlib/types/group_call_recent_speaker.rb', line 6 def participant_id @participant_id end |