Module tdlight.api

Class TdApi.UpdateDeleteMessages

Enclosing class:
TdApi

public static final class TdApi.UpdateDeleteMessages extends TdApi.Update
Some messages were deleted.
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • messageIds

      public long[] messageIds
      Identifiers of the deleted messages.
    • isPermanent

      public boolean isPermanent
      True, if the messages are permanently deleted by a user (as opposed to just becoming inaccessible).
    • fromCache

      public boolean fromCache
      True, if the messages are deleted only from the cache and can possibly be retrieved again in the future.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • UpdateDeleteMessages

      public UpdateDeleteMessages()
      Some messages were deleted.
    • UpdateDeleteMessages

      public UpdateDeleteMessages(long chatId, long[] messageIds, boolean isPermanent, boolean fromCache)
      Some messages were deleted.
      Parameters:
      chatId - long Chat identifier.
      messageIds - long[] Identifiers of the deleted messages.
      isPermanent - boolean True, if the messages are permanently deleted by a user (as opposed to just becoming inaccessible).
      fromCache - boolean True, if the messages are deleted only from the cache and can possibly be retrieved again in the future.
    • UpdateDeleteMessages

      public UpdateDeleteMessages(DataInput input) throws IOException
      Some messages were deleted.
      Throws:
      IOException
  • Method Details