Example #1
0
File: main.go Project: yanzay/tbot
func StickerHandler(message tbot.Message) {
	message.ReplySticker("sticker.png")
}