diff options
author | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2023-06-08 20:33:22 +0300 |
---|---|---|
committer | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2023-06-08 20:33:22 +0300 |
commit | 00f1417cb2ed8199633a12989e9befb53298d407 (patch) | |
tree | 37b7eeb9d66595c14bf5b4941cc13ff3f9bdb5d5 /telegram/utils.go | |
parent | 79fc0ddbe5010f54707441cb3f15c43192124ed2 (diff) |
Version 1.6.0v1.6.0
Diffstat (limited to 'telegram/utils.go')
-rw-r--r-- | telegram/utils.go | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/telegram/utils.go b/telegram/utils.go index a4a2bd4..58f7712 100644 --- a/telegram/utils.go +++ b/telegram/utils.go @@ -25,13 +25,13 @@ import ( ) type VCardInfo struct { - Fn string - Photo *client.File + Fn string + Photo *client.File Nickname string - Given string - Family string - Tel string - Info string + Given string + Family string + Tel string + Info string } var errOffline = errors.New("TDlib instance is offline") |