Class: TD::Types::GroupCallRecentSpeaker

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/group_call_recent_speaker.rb

Overview

Describes a recently speaking participant in a group call.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#is_speakingBoolean

True, is the user has spoken recently.

Returns:

  • (Boolean)

    the current value of is_speaking



6
7
8
# File 'lib/tdlib/types/group_call_recent_speaker.rb', line 6

def is_speaking
  @is_speaking
end

#participant_idTD::Types::MessageSender

Group call participant identifier.

Returns:



6
7
8
# File 'lib/tdlib/types/group_call_recent_speaker.rb', line 6

def participant_id
  @participant_id
end