Interface MentionStickerOptions

interface MentionStickerOptions {
    display_type: MentionStickerDisplayType;
    user_id: string;
}

Properties

user_id: string