Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IImageMessageBody

Image message

Hierarchy

Index

Properties

content: string

Thumbnail of the image

description
  1. Must be a base64 string with the image type as JPG
  2. The size of the base64 string must not exceed 80 KB
  3. The string should not have a media type prefix
imageUri: string

Original image remote URL

mentionedInfo?: MentionedInfoBody

Mentions in group messages

user?: { id?: string; name?: string; portraitUri?: string; extra?: string; portrait?: string; alias?: string }

Type declaration

  • Optional id?: string

    User ID

  • Optional name?: string

    Username

  • Optional portraitUri?: string

    User avatar URL

    deprecated
  • Optional extra?: string

    Additional information in user info

  • Optional portrait?: string

    User avatar URL

  • Optional alias?: string

    Note

extra?: string

Additional information in the message

audit?: { auditType?: MessageAuditType; project?: string; strategy?: string }

Type declaration

  • Optional auditType?: MessageAuditType

    The sender specifies whether to submit for review: 1 (submit for review, default value), 0 (do not submit for review).

  • Optional project?: string

    Project name, defaults to an empty string.

  • Optional strategy?: string

    Policy Mapping Fields