Class TdApi.MessageVoiceChatEnded

Enclosing class:
TdApi

public static class TdApi.MessageVoiceChatEnded
extends TdApi.MessageContent
A message with information about an ended voice chat.
  • Field Details

    • duration

      public int duration
      Call duration, in seconds.
    • CONSTRUCTOR

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

    • MessageVoiceChatEnded

      public MessageVoiceChatEnded()
      A message with information about an ended voice chat.
    • MessageVoiceChatEnded

      public MessageVoiceChatEnded​(int duration)
      A message with information about an ended voice chat.
      Parameters:
      duration - int Call duration, in seconds.
    • MessageVoiceChatEnded

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