Class TdApi.MessageVoiceChatScheduled

Enclosing class:
TdApi

public static class TdApi.MessageVoiceChatScheduled
extends TdApi.MessageContent
A new voice chat was scheduled.
  • Field Details

    • groupCallId

      public int groupCallId
      Identifier of the voice chat. The voice chat can be received through the method getGroupCall.
    • startDate

      public int startDate
      Point in time (Unix timestamp) when the group call is supposed to be started by an administrator.
    • CONSTRUCTOR

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

    • MessageVoiceChatScheduled

      public MessageVoiceChatScheduled()
      A new voice chat was scheduled.
    • MessageVoiceChatScheduled

      public MessageVoiceChatScheduled​(int groupCallId, int startDate)
      A new voice chat was scheduled.
      Parameters:
      groupCallId - int Identifier of the voice chat. The voice chat can be received through the method getGroupCall.
      startDate - int Point in time (Unix timestamp) when the group call is supposed to be started by an administrator.
    • MessageVoiceChatScheduled

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