Interface TextEntityTypeMentionName

A text shows instead of a raw mention of the user (e.g., when the user has no username). Subtype of TextEntityType.

interface TextEntityTypeMentionName {
    @type: "textEntityTypeMentionName";
    user_id: number;
}

Properties

Properties

@type: "textEntityTypeMentionName"
user_id: number

Identifier of the mentioned user.