/** A text shows instead of a raw mention of the user (e.g., when the user has no username) */ export declare class TextEntityTypeMentionNameBaseModel { _: 'textEntityTypeMentionName'; /** Identifier of the mentioned user */ userId: number; }