InlineQueryResultVoice class
Represents a link to a voice recording in an .ogg container encoded with OPUS.
By default, this voice recording will be sent by the user. Alternatively, you can use inputMessageContent to send a message with the specified content instead of the the voice message.
Note: This will only work in Telegram versions released after 9 April, 2016. Older clients will ignore them.
- Implemented types
- Annotations
-
- @JsonSerializable(fieldRename: FieldRename.snake)
Constructors
- InlineQueryResultVoice({required String id, String type = InlineQueryResult.typeVoice, required String voiceUrl, required String title, String? parseMode, int? voiceDuration, InlineKeyboardMarkup? replyMarkup, InputMessageContent? inputMessageContent})
-
InlineQueryResultVoice.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
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
- title ↔ String
-
getter/setter pair
- type ↔ String
-
getter/setter pairoverride
- voiceDuration ↔ int?
-
getter/setter pair
- voiceDuration_ ↔ Duration?
-
getter/setter pair
- voiceUrl ↔ String
-
getter/setter pair
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