aboutsummaryrefslogtreecommitdiffstats
path: root/telebot/protobuf/v1/telegram.proto
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-11-12 12:03:15 +0000
committerterminaldweller <thabogre@gmail.com>2021-11-12 12:03:15 +0000
commit3c24c7ba319e277414455d68360043e155d7a3ca (patch)
tree3df683631f75eca74f77006b3d5eb3cb3e3f188c /telebot/protobuf/v1/telegram.proto
parentchanged the module name (diff)
downloadgrpc-3c24c7ba319e277414455d68360043e155d7a3ca.tar.gz
grpc-3c24c7ba319e277414455d68360043e155d7a3ca.zip
updates and fixesv1.0.0
Diffstat (limited to '')
-rw-r--r--telebot/protobuf/v1/telegram.proto (renamed from telebot/protobuf/telegram.proto)2
1 files changed, 1 insertions, 1 deletions
diff --git a/telebot/protobuf/telegram.proto b/telebot/protobuf/v1/telegram.proto
index d01fa9a..9a8ab6f 100644
--- a/telebot/protobuf/telegram.proto
+++ b/telebot/protobuf/v1/telegram.proto
@@ -2,7 +2,7 @@ syntax= "proto3";
package hived;
import "google/protobuf/timestamp.proto";
-option go_package ="github.com/terminaldweller/grpc/telebot/protobuf/telegram.pb.go";
+option go_package = "github.com/terminaldweller/grpc/telebot/protobuf/v1";
message NotificationRequest {
reserved 4 to 7;