Module tdlight.api

Class TdApi.ToggleGroupCallScreenSharingIsPaused

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function<TdApi.Ok>
it.tdlight.jni.TdApi.ToggleGroupCallScreenSharingIsPaused
Enclosing class:
TdApi

public static final class TdApi.ToggleGroupCallScreenSharingIsPaused extends TdApi.Function<TdApi.Ok>
Pauses or unpauses screen sharing in a joined group call.

Returns Ok

  • Field Details

    • groupCallId

      public int groupCallId
      Group call identifier.
    • isPaused

      public boolean isPaused
      Pass true to pause screen sharing; pass false to unpause it.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • ToggleGroupCallScreenSharingIsPaused

      public ToggleGroupCallScreenSharingIsPaused()
      Pauses or unpauses screen sharing in a joined group call.

      Returns Ok

    • ToggleGroupCallScreenSharingIsPaused

      public ToggleGroupCallScreenSharingIsPaused(int groupCallId, boolean isPaused)
      Pauses or unpauses screen sharing in a joined group call.

      Returns Ok

      Parameters:
      groupCallId - Group call identifier.
      isPaused - Pass true to pause screen sharing; pass false to unpause it.

      Returns Ok

    • ToggleGroupCallScreenSharingIsPaused

      public ToggleGroupCallScreenSharingIsPaused(DataInput input) throws IOException
      Pauses or unpauses screen sharing in a joined group call.

      Returns Ok

      Parameters:
      input - Serialized input
      Throws:
      IOException - the deserialization failed
  • 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
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object