Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-ivona committed Jul 16, 2024
1 parent b343933 commit a1585fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/12.features/8.telegram-api-calls.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ sends a location attachment
Telegraph::location(12.345, -54.321)->send();
```

### Contact
## contact

sens a contact attachment

Expand Down Expand Up @@ -220,7 +220,7 @@ sends a photo
Telegraph::photo($pathToPhotoFile)->send();
```

### Media Group
## mediaGroup

sends a group of photos, videos, documents or audios as an album

Expand Down Expand Up @@ -396,7 +396,7 @@ retrieves a bot current menu button info
Telegraph::chatMenuButton()->send();
```

### getFileInfo
## getFileInfo

Retrieve file info from ID

Expand Down

0 comments on commit a1585fb

Please sign in to comment.