aboutsummaryrefslogtreecommitdiff
path: root/telegram/commands.go
diff options
context:
space:
mode:
authorBohdan Horbeshko <bodqhrohro@gmail.com>2023-06-08 20:33:22 +0300
committerBohdan Horbeshko <bodqhrohro@gmail.com>2023-06-08 20:33:22 +0300
commit00f1417cb2ed8199633a12989e9befb53298d407 (patch)
tree37b7eeb9d66595c14bf5b4941cc13ff3f9bdb5d5 /telegram/commands.go
parent79fc0ddbe5010f54707441cb3f15c43192124ed2 (diff)
Version 1.6.0v1.6.0
Diffstat (limited to 'telegram/commands.go')
-rw-r--r--telegram/commands.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/telegram/commands.go b/telegram/commands.go
index f36108a..5e16a6a 100644
--- a/telegram/commands.go
+++ b/telegram/commands.go
@@ -652,7 +652,7 @@ func (c *Client) ProcessChatCommand(chatID int64, cmdline string) (string, bool)
keyValueString("Chat title", info.Fn),
keyValueString("Photo", link),
keyValueString("Username", info.Nickname),
- keyValueString("Full name", info.Given + " " + info.Family),
+ keyValueString("Full name", info.Given+" "+info.Family),
keyValueString("Phone number", info.Tel),
}
return strings.Join(entries, "\n"), true