Class TdApi.UpdateDeleteMessages

  • Enclosing class:
    TdApi

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

      • 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
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • UpdateDeleteMessages

        public UpdateDeleteMessages()
        Some messages were deleted.
      • UpdateDeleteMessages

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