Class BusinessMessagesDeleted

Hierarchy (view full)

  • Base
    • BusinessMessagesDeleted

Constructors

Properties

Accessors

Methods

Constructors

Properties

chat: Chat

Information about a chat in the business account. The bot may not have access to the chat or the corresponding user

id: string

Unique identifier of the business connection

ids: string[]

The list of identifiers of deleted messages in the chat of the business account

Accessors

Methods

  • Protected

    Patches the current instance with new data

    Parameters

    • data: Record<string, any>

      The data to patch the instance with

    Returns Record<string, any>

    The patched data

  • Protected

    Updates the current instance with new data and returns a clone of the updated instance

    Parameters

    • data: Record<string, any>

      The data to update the instance with

    Returns Base

    A clone of the updated instance