示例#1
0
文件: main.go 项目: yanzay/tbot
func PhotoHandler(message tbot.Message) {
	message.ReplyPhoto("photo.jpg", "it's me")
}