Interface GetUserSupportInfo

Returns support information for the given user; for Telegram support only. Request type for Tdjson#getUserSupportInfo.

interface GetUserSupportInfo {
    @type: "getUserSupportInfo";
    user_id: number;
}

Properties

Properties

@type: "getUserSupportInfo"
user_id: number

User identifier.