Example #1
0
File: main.go Project: yanzay/tbot
func PhotoHandler(message tbot.Message) {
	message.ReplyPhoto("photo.jpg", "it's me")
}