The pinning or unpinning information of the message.

Constructors

Properties

Constructors

  • Parameters

    • params: {
          operatorId: string;
          pinTime: number;
      }
      • operatorId: string
      • pinTime: number

    Returns ChatMessagePinInfo

Properties

operatorId: string

The user ID of the operator that pins or unpins the message.

pinTime: number

The time when the message is pinned or unpinned.