Skip to content

Commit

Permalink
Comment fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mymmrac committed May 10, 2022
1 parent c7d1584 commit b2fefe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telegoapi/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Caller interface represents the general logic of sending requests to API and rec
Telego provides only valyala/fasthttp implementation, but your own can be defined and specified via telego.BotOption's.
RequestConstructor interface represents a general way of constructing RequestData used in Caller. Currently, Telego
provides an only default implementation that uses json-iterator/go instead of encoding/json and std mime/multipart
provides an only default implementation that uses goccy/go-json instead of encoding/json and std mime/multipart
package.
NamedReader interface represents a general way of sending files that are provided to RequestConstructor. As io.Reader
Expand Down

0 comments on commit b2fefe8

Please sign in to comment.