コード例 #1
0
ファイル: main.go プロジェクト: yanzay/tbot
func PhotoHandler(message tbot.Message) {
	message.ReplyPhoto("photo.jpg", "it's me")
}