Closed makimaki92 closed 8 years ago
i just figured it out:
elif sti: resp = urllib2.urlopen(BASE_URL + 'sendSticker', urllib.urlencode({ 'chat_id': str(chat_id), 'sticker': sti.encode('utf-8'),
})).read()
and then you this code under customization:
reply(sti='
I'm sorry I am new to all this and is there anyway i can send a sticker instead of just images/words. I know how to reply with images and messages but do not know how to send a sticker.