Skip to content

Commit 87391e1

Browse files
gabolaevGeorge Gabolaev
authored andcommitted
fuck typo
1 parent 23c2ba9 commit 87391e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func (b *Bot) GetChatInfo(chatID string) (*Chat, error) {
4040
return b.client.GetChatInfo(chatID)
4141
}
4242

43-
// GetFileInfo returns information about chat:
43+
// GetFileInfo returns information about file:
4444
// id, type, size, filename, url
4545
func (b *Bot) GetFileInfo(fileID string) (*File, error) {
4646
return b.client.GetFileInfo(fileID)

0 commit comments

Comments
 (0)