예제 #1
0
파일: main.go 프로젝트: yanzay/tbot
func PhotoHandler(message tbot.Message) {
	message.ReplyPhoto("photo.jpg", "it's me")
}