Skip to content

Commit

Permalink
docs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
iGusev committed Apr 18, 2016
1 parent c6cb0d0 commit 0f9e90d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Types/Inline/QueryResult/Audio.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* @see https://core.telegram.org/bots/api#inlinequeryresultaudio
* Represents a link to an mp3 audio file. By default, this audio file will be sent by the user.
* Alternatively, you can use input_message_content to send a message with the specified content instead of the audio.
* Alternatively, you can use InputMessageContent to send a message with the specified content instead of the audio.
*
* Note: This will only work in Telegram versions released after 9 April, 2016. Older clients will ignore them.
*
Expand Down
2 changes: 1 addition & 1 deletion src/Types/Inline/QueryResult/Gif.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Class InlineQueryResultGif
* Represents a link to an animated GIF file.
* By default, this animated GIF file will be sent by the user with optional caption.
* Alternatively, you can provide message_text to send it instead of the animation.
* Alternatively, you can provide InputMessageContent to send it instead of the animation.
*
* @package TelegramBot\Api\Types\Inline
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Types/Inline/QueryResult/Location.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* @see https://core.telegram.org/bots/api#inlinequeryresultlocation
* Represents a location on a map. By default, the location will be sent by the user.
* Alternatively, you can use input_message_content to send a message with the specified content instead of the location.
* Alternatively, you can use InputMessageContent to send a message with the specified content instead of the location.
*
* Note: This will only work in Telegram versions released after 9 April, 2016. Older clients will ignore them.
*
Expand Down
2 changes: 1 addition & 1 deletion src/Types/Inline/QueryResult/Venue.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* @see https://core.telegram.org/bots/api#inlinequeryresultvenue
* Represents a venue. By default, the venue will be sent by the user.
* Alternatively, you can use input_message_content to send a message with the specified content instead of the venue.
* Alternatively, you can use InputMessageContent to send a message with the specified content instead of the venue.
*
* Note: This will only work in Telegram versions released after 9 April, 2016. Older clients will ignore them.
*
Expand Down
2 changes: 1 addition & 1 deletion src/Types/Inline/QueryResult/Voice.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* @see https://core.telegram.org/bots/api#inlinequeryresultvoice
* Represents a link to an mp3 audio file. By default, this audio file will be sent by the user.
* Alternatively, you can use input_message_content to send a message with the specified content instead of the audio.
* Alternatively, you can use InputMessageContent to send a message with the specified content instead of the audio.
*
* Note: This will only work in Telegram versions released after 9 April, 2016. Older clients will ignore them.
*
Expand Down

0 comments on commit 0f9e90d

Please sign in to comment.