Interface SetUserSupportInfo

Sets support information for the given user; for Telegram support only. Request type for Tdjson#setUserSupportInfo.

interface SetUserSupportInfo {
    @type: "setUserSupportInfo";
    message: FormattedText;
    user_id: number;
}

Properties

Properties

@type: "setUserSupportInfo"
message: FormattedText

New information message.

user_id: number

User identifier.