teleproto - v1.229.0
    Preparing search index...

    Interface DocumentAttributeCustomEmojiIn

    interface DocumentAttributeCustomEmojiIn {
        _: "documentAttributeCustomEmoji";
        alt: string;
        free?: boolean;
        stickerset: TypeInputStickerSetIn;
        textColor?: boolean;
    }
    Index
    _: "documentAttributeCustomEmoji"
    alt: string
    free?: boolean
    textColor?: boolean