From 8764be74616bde87bbbf6c32901cd9f43264d1e0 Mon Sep 17 00:00:00 2001 From: Ivanik Date: Fri, 29 Jan 2021 04:25:14 +0500 Subject: Add vk bridge (#1372) * Add vk bridge * Vk bridge attachments * Vk bridge forwarded messages * Vk bridge sample config and code cleanup * Vk bridge add vendor * Vk bridge message edit * Vk bridge: fix fetching names of other bots * Vk bridge: code cleanup * Vk bridge: fix shadows declaration * Vk bridge: remove UseFileURL --- vendor/github.com/SevereCloud/vksdk/v2/doc.go | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 vendor/github.com/SevereCloud/vksdk/v2/doc.go (limited to 'vendor/github.com/SevereCloud/vksdk/v2/doc.go') diff --git a/vendor/github.com/SevereCloud/vksdk/v2/doc.go b/vendor/github.com/SevereCloud/vksdk/v2/doc.go new file mode 100644 index 00000000..7bb83d0c --- /dev/null +++ b/vendor/github.com/SevereCloud/vksdk/v2/doc.go @@ -0,0 +1,12 @@ +/* +Package vksdk implements the basic VK API functions. + +Source https://github.com/SevereCloud/vksdk +*/ +package vksdk + +// Module constants. +const ( + Version = "2.9.0" + API = "5.126" +) -- cgit v1.2.3