Class TdApi.GroupCallRecentSpeaker

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

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

    • userId

      public int userId
      User identifier.
    • isSpeaking

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

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • GroupCallRecentSpeaker

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

      public GroupCallRecentSpeaker​(int userId, boolean isSpeaking)
      Describes a recently speaking user in a group call.
      Parameters:
      userId - int User identifier.
      isSpeaking - boolean True, is the user has spoken recently.
    • GroupCallRecentSpeaker

      public GroupCallRecentSpeaker​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details