Interface SetUserNote

Changes a note of a contact user. Request type for Tdjson#setUserNote.

interface SetUserNote {
    @type: "setUserNote";
    note: FormattedText;
    user_id: number;
}

Properties

Properties

@type: "setUserNote"

Note to set for the user; 0-getOption("user_note_text_length_max") characters. Only Bold, Italic, Underline, Strikethrough, Spoiler, and CustomEmoji entities are allowed.

user_id: number

User identifier.