Interface MessagesMarkAsImportantParams

interface MessagesMarkAsImportantParams {
    important?: number;
    message_ids?: number | number[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

important?: number

'1' - to add a star (mark as important), '0' - to remove the star

message_ids?: number | number[]

Generated using TypeDoc