We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8de7f6 commit 8194094Copy full SHA for 8194094
src/tourmaline/client.cr
@@ -162,7 +162,7 @@ module Tourmaline
162
163
# Sends a request to the Telegram Client API. Returns the raw response.
164
def request_raw(method : String, params = {} of String => String)
165
- path = ::File.join("/bot#{bot_token}", method)
+ path = "/bot#{bot_token}/#{method}"
166
request_internal(path, params, multipart: MULTIPART_METHODS.includes?(method))
167
end
168
0 commit comments