Add 'BotName' type to available types.
OvyFlash olegshva4ko@gmail.com
Mon, 16 Oct 2023 20:24:40 +0300
1 files changed,
5 insertions(+),
0 deletions(-)
jump to
M
types.go
→
types.go
@@ -2227,6 +2227,11 @@ ChatID int64 `json:"chat_id,omitempty"`
UserID int64 `json:"user_id,omitempty"` } +//BotName represents the bot's name. +type BotName struct { + Name string `json:"name"` +} + // BotDescription represents the bot's description. type BotDescription struct { Description string `json:"description"`