Module tdlight.api

Class TdApi.UpdateChatVideoChat

Enclosing class:
TdApi

public static final class TdApi.UpdateChatVideoChat extends TdApi.Update
A chat video chat state has changed.
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • videoChat

      public TdApi.VideoChat videoChat
      New value of videoChat.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • UpdateChatVideoChat

      public UpdateChatVideoChat()
      A chat video chat state has changed.
    • UpdateChatVideoChat

      public UpdateChatVideoChat(long chatId, TdApi.VideoChat videoChat)
      A chat video chat state has changed.
      Parameters:
      chatId - long Chat identifier.
      videoChat - VideoChat New value of videoChat.
    • UpdateChatVideoChat

      public UpdateChatVideoChat(DataInput input) throws IOException
      A chat video chat state has changed.
      Throws:
      IOException
  • Method Details