diff --git a/src/Types/Inline/QueryResult/Audio.php b/src/Types/Inline/QueryResult/Audio.php index cebcd9f8..d4a3e9f0 100644 --- a/src/Types/Inline/QueryResult/Audio.php +++ b/src/Types/Inline/QueryResult/Audio.php @@ -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. * diff --git a/src/Types/Inline/QueryResult/Gif.php b/src/Types/Inline/QueryResult/Gif.php index 09dfedb4..de3f10de 100644 --- a/src/Types/Inline/QueryResult/Gif.php +++ b/src/Types/Inline/QueryResult/Gif.php @@ -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 */ diff --git a/src/Types/Inline/QueryResult/Location.php b/src/Types/Inline/QueryResult/Location.php index 2f119927..799f6be6 100644 --- a/src/Types/Inline/QueryResult/Location.php +++ b/src/Types/Inline/QueryResult/Location.php @@ -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. * diff --git a/src/Types/Inline/QueryResult/Venue.php b/src/Types/Inline/QueryResult/Venue.php index f44998c1..b3c6940c 100644 --- a/src/Types/Inline/QueryResult/Venue.php +++ b/src/Types/Inline/QueryResult/Venue.php @@ -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. * diff --git a/src/Types/Inline/QueryResult/Voice.php b/src/Types/Inline/QueryResult/Voice.php index bce6514d..f86d19bb 100644 --- a/src/Types/Inline/QueryResult/Voice.php +++ b/src/Types/Inline/QueryResult/Voice.php @@ -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. *