Class TdApi.GroupCallRecentSpeaker

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.GroupCallRecentSpeaker
Enclosing class:
TdApi

public static 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
      Identifier uniquely determining type of the object.
      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 - Group call participant identifier.
      isSpeaking - True, is the user has spoken recently.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR