aboutsummaryrefslogtreecommitdiffstats
path: root/telebot
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-11-12 11:01:21 +0000
committerterminaldweller <thabogre@gmail.com>2021-11-12 11:01:21 +0000
commit32b6d60cec20245a5968c3ab0383b73e22a26cfb (patch)
tree5bcc635acab1a03f8362eaca7a9d640bf3fb6bdd /telebot
parentprotobuf for telebot (diff)
downloadgrpc-32b6d60cec20245a5968c3ab0383b73e22a26cfb.tar.gz
grpc-32b6d60cec20245a5968c3ab0383b73e22a26cfb.zip
changed the module name
Diffstat (limited to 'telebot')
-rw-r--r--telebot/protobuf/telegram.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/telebot/protobuf/telegram.proto b/telebot/protobuf/telegram.proto
index 8a7e6be..d01fa9a 100644
--- a/telebot/protobuf/telegram.proto
+++ b/telebot/protobuf/telegram.proto
@@ -2,7 +2,7 @@ syntax= "proto3";
package hived;
import "google/protobuf/timestamp.proto";
-option go_package ="../protobuf";
+option go_package ="github.com/terminaldweller/grpc/telebot/protobuf/telegram.pb.go";
message NotificationRequest {
reserved 4 to 7;