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 f2b3683 commit a7f8b9cCopy full SHA for a7f8b9c
helpers.go
@@ -34,6 +34,8 @@ func NewForward(chatID int, fromChatID int, messageID int) ForwardConfig {
34
//
35
// chatID is where to send it, file is a string path to the file,
36
// FileReader, or FileBytes.
37
+//
38
+// Note that you must send animated GIFs as a document.
39
func NewPhotoUpload(chatID int, file interface{}) PhotoConfig {
40
return PhotoConfig{
41
BaseFile: BaseFile{
0 commit comments