Class TdApi.UpdateChatBlockList

Enclosing class:
TdApi

public static class TdApi.UpdateChatBlockList extends TdApi.Update
A chat was blocked or unblocked.
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • blockList

      public TdApi.BlockList blockList
      Block list to which the chat is added; may be null if none.
    • CONSTRUCTOR

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

    • UpdateChatBlockList

      public UpdateChatBlockList()
      A chat was blocked or unblocked.
    • UpdateChatBlockList

      public UpdateChatBlockList(long chatId, TdApi.BlockList blockList)
      A chat was blocked or unblocked.
      Parameters:
      chatId - Chat identifier.
      blockList - Block list to which the chat is added; may be null if none.
  • 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