Class TdApi.UpdateChatRemovedFromList

Enclosing class:
TdApi

public static class TdApi.UpdateChatRemovedFromList extends TdApi.Update
A chat was removed from a chat list.
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • chatList

      public TdApi.ChatList chatList
      The chat list from which the chat was removed.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • UpdateChatRemovedFromList

      public UpdateChatRemovedFromList()
      A chat was removed from a chat list.
    • UpdateChatRemovedFromList

      public UpdateChatRemovedFromList(long chatId, TdApi.ChatList chatList)
      A chat was removed from a chat list.
      Parameters:
      chatId - Chat identifier.
      chatList - The chat list from which the chat was removed.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR