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 23c2ba9 commit 87391e1Copy full SHA for 87391e1
bot.go
@@ -40,7 +40,7 @@ func (b *Bot) GetChatInfo(chatID string) (*Chat, error) {
40
return b.client.GetChatInfo(chatID)
41
}
42
43
-// GetFileInfo returns information about chat:
+// GetFileInfo returns information about file:
44
// id, type, size, filename, url
45
func (b *Bot) GetFileInfo(fileID string) (*File, error) {
46
return b.client.GetFileInfo(fileID)
0 commit comments