How to use the Send Sticker Telegram service?

Hi all,

I’m practicing with the Telegram functions and want to try out the sticker one. I’m stumped on how to actually do this. Firstly, in Developer, when they give a list of Parameters, why are they different to those presented in the Telegram API?

I tried both:

target: my_bot_id
file_id: The file id for the sticker I want to send (unsure if this should be file_id or file_unique_id)

And,

 width: 512
 height: 512
 emoji: 👋
 set_name: MrLemur (https://t.me/addstickers/MrLemur)
 is_animated: true
 file_id: CAACAgIAAxkBAAENIPpeNPslU92J46DYlFPWr3phdWtsugAC0wIAAvPjvguBRPfRdizrsRgE
 file_unique_id: AgAD0wIAAvPjvgs
 file_size: 22.86 kB

Second one is tall the parameters returned by GetIDs bot.

I called the service both times, no errors, but no sticker received.

Appreciated any assistance.

Thanks!

1 Like

Hey, did you ever solve this? I’m struggling with the same problem now.
I believe the documentation is actually wrong, that example is for send_photo and they missed the send_sticker

1 Like

Could anyone do it?

1 Like