Module tdlight.api

Class TdApi.GroupCallRecentSpeaker

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.GroupCallRecentSpeaker
Enclosing class:
TdApi

public static final class TdApi.GroupCallRecentSpeaker extends TdApi.Object
Describes a recently speaking participant in a group call.
  • Field Details

    • participantId

      public TdApi.MessageSender participantId
      Group call participant identifier.
    • isSpeaking

      public boolean isSpeaking
      True, is the user has spoken recently.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • GroupCallRecentSpeaker

      public GroupCallRecentSpeaker()
      Describes a recently speaking participant in a group call.
    • GroupCallRecentSpeaker

      public GroupCallRecentSpeaker(TdApi.MessageSender participantId, boolean isSpeaking)
      Describes a recently speaking participant in a group call.
      Parameters:
      participantId - MessageSender Group call participant identifier.
      isSpeaking - boolean True, is the user has spoken recently.
    • GroupCallRecentSpeaker

      public GroupCallRecentSpeaker(DataInput input) throws IOException
      Describes a recently speaking participant in a group call.
      Throws:
      IOException
  • Method Details