action telegram_post_set_sticker_set_thumb { label: "post_setStickerSetThumb" description: "Use this method to set the thumbnail of a sticker set. Animated thumbnails can be set for animated sticker sets only. Returns *True* on success." provider: telegram method: POST path: "/setStickerSetThumb" encoding: json output: { type: "object" required: ["ok", "result"] properties: { ok: { type: "boolean" } result: { type: "boolean" } } } }