Class TdApi.UpdateChatVoiceChat

Enclosing class:
TdApi

public static class TdApi.UpdateChatVoiceChat
extends TdApi.Update
A chat voice chat state has changed.
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • voiceChatGroupCallId

      public int voiceChatGroupCallId
      New value of voiceChatGroupCallId.
    • isVoiceChatEmpty

      public boolean isVoiceChatEmpty
      New value of isVoiceChatEmpty.
    • CONSTRUCTOR

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

    • UpdateChatVoiceChat

      public UpdateChatVoiceChat()
      A chat voice chat state has changed.
    • UpdateChatVoiceChat

      public UpdateChatVoiceChat​(long chatId, int voiceChatGroupCallId, boolean isVoiceChatEmpty)
      A chat voice chat state has changed.
      Parameters:
      chatId - long Chat identifier.
      voiceChatGroupCallId - int New value of voiceChatGroupCallId.
      isVoiceChatEmpty - boolean New value of isVoiceChatEmpty.
    • UpdateChatVoiceChat

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