Module tdlight.api

Class TdApi.MessageVideoChatEnded

Enclosing class:
TdApi

public static final class TdApi.MessageVideoChatEnded extends TdApi.MessageContent
A message with information about an ended video chat.
  • Field Details

    • duration

      public int duration
      Call duration, in seconds.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • MessageVideoChatEnded

      public MessageVideoChatEnded()
      A message with information about an ended video chat.
    • MessageVideoChatEnded

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

      public MessageVideoChatEnded(DataInput input) throws IOException
      A message with information about an ended video chat.
      Throws:
      IOException
  • Method Details