teleproto - v1.229.0
    Preparing search index...

    Interface WebPageAttributeStickerSetIn

    interface WebPageAttributeStickerSetIn {
        _: "webPageAttributeStickerSet";
        emojis?: boolean;
        stickers: TypeDocumentIn[];
        textColor?: boolean;
    }
    Index
    _: "webPageAttributeStickerSet"
    emojis?: boolean
    stickers: TypeDocumentIn[]
    textColor?: boolean