Class TdApi.GroupCallRecentSpeaker

  • Enclosing class:
    TdApi

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

      • 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:
        Constant Field Values
    • Constructor Detail

      • 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.