InlineQueryResultCachedAudio class
Represents a link to an mp3 audio file stored on the Telegram servers.
By default, this audio file will be sent by the user. 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
https://core.telegram.org/bots/api#inlinequeryresultcachedaudio
- Implemented types
- Annotations
-
- @JsonSerializable(fieldRename: FieldRename.snake)
Constructors
- InlineQueryResultCachedAudio({required String id, String type = InlineQueryResult.typeAudio, required String audioFileId, String? parseMode, InlineKeyboardMarkup? replyMarkup, InputMessageContent? inputMessageContent})
-
InlineQueryResultCachedAudio.fromJson(Map<
String, dynamic> json) -
factory
Properties
- audioFileId ↔ String
-
getter/setter pair
-
getter/setter pair
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String
-
getter/setter pairoverride
- inputMessageContent ↔ InputMessageContent?
-
getter/setter pair
- parseMode ↔ String?
-
getter/setter pair
- replyMarkup ↔ InlineKeyboardMarkup?
-
getter/setter pairoverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String
-
getter/setter pairoverride
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited