Class TdApi.DiscardCall

Enclosing class:
TdApi

public static class TdApi.DiscardCall extends TdApi.Function<TdApi.Ok>
Discards a call.

Returns Ok

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    int
    Call identifier.
    long
    Identifier of the connection used during the call.
    static final int
    Identifier uniquely determining type of the object.
    int
    The call duration, in seconds.
    boolean
    Pass true if the user was disconnected.
    boolean
    Pass true if the call was a video call.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor for a function, which discards a call.
    DiscardCall(int callId, boolean isDisconnected, int duration, boolean isVideo, long connectionId)
    Creates a function, which discards a call.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns an identifier uniquely determining type of the object.

    Methods inherited from class dev.voroby.springframework.telegram.client.TdApi.Function

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • callId

      public int callId
      Call identifier.
    • isDisconnected

      public boolean isDisconnected
      Pass true if the user was disconnected.
    • duration

      public int duration
      The call duration, in seconds.
    • isVideo

      public boolean isVideo
      Pass true if the call was a video call.
    • connectionId

      public long connectionId
      Identifier of the connection used during the call.
    • CONSTRUCTOR

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

    • DiscardCall

      public DiscardCall()
      Default constructor for a function, which discards a call.

      Returns Ok

    • DiscardCall

      public DiscardCall(int callId, boolean isDisconnected, int duration, boolean isVideo, long connectionId)
      Creates a function, which discards a call.

      Returns Ok

      Parameters:
      callId - Call identifier.
      isDisconnected - Pass true if the user was disconnected.
      duration - The call duration, in seconds.
      isVideo - Pass true if the call was a video call.
      connectionId - Identifier of the connection used during the call.
  • 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