Class ChatBoostUpdated

Hierarchy (view full)

  • Base
    • ChatBoostUpdated

Constructors

Properties

Accessors

Methods

Constructors

Properties

boost: ChatBoost

Information about the chat boost

chat: Chat

Chat which was boosted

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