From 3c24c7ba319e277414455d68360043e155d7a3ca Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Fri, 12 Nov 2021 15:33:15 +0330 Subject: updates and fixes --- telebot/protobuf/telegram.proto | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 telebot/protobuf/telegram.proto (limited to 'telebot/protobuf/telegram.proto') diff --git a/telebot/protobuf/telegram.proto b/telebot/protobuf/telegram.proto deleted file mode 100644 index d01fa9a..0000000 --- a/telebot/protobuf/telegram.proto +++ /dev/null @@ -1,22 +0,0 @@ -syntax= "proto3"; -package hived; - -import "google/protobuf/timestamp.proto"; -option go_package ="github.com/terminaldweller/grpc/telebot/protobuf/telegram.pb.go"; - -message NotificationRequest { - reserved 4 to 7; - string notificationText = 1; - int64 channel_id = 2; - google.protobuf.Timestamp request_time = 3; -} - -message NotificationResponse { - reserved 3 to 6; - string error = 2; - bool isOK = 1; -} - -service NotificationService { - rpc Notify(NotificationRequest) returns (NotificationResponse); -} -- cgit v1.2.3