Interface UserSupportInfo

Contains custom information about the user.

interface UserSupportInfo {
    @type: "userSupportInfo";
    author: string;
    date: number;
    message: FormattedText;
}

Properties

@type: "userSupportInfo"
author: string

Information author.

date: number

Information change date.

message: FormattedText

Information message.