InlineQueryResultType enum
This object represents the type of a result of an inline query.
Values
- article → const InlineQueryResultType
-
Represents a link to an article or web page.
- photo → const InlineQueryResultType
-
Represents a link to a photo.
- gif → const InlineQueryResultType
-
Represents an animated GIF file.
- mpeg4Gif → const InlineQueryResultType
-
Represents a video animation (H.264/MPEG-4 AVC video without sound).
- video → const InlineQueryResultType
-
Represents a video file.
- audio → const InlineQueryResultType
-
Represents an MP3 audio file.
- voice → const InlineQueryResultType
-
Represents a voice recording in an .ogg container encoded with OPUS.
- document → const InlineQueryResultType
-
Represents a file.
- location → const InlineQueryResultType
-
Represents a location on a map.
- venue → const InlineQueryResultType
-
Represents a venue.
- contact → const InlineQueryResultType
-
Represents a contact with a phone number.
- game → const InlineQueryResultType
-
Represents a game.
- sticker → const InlineQueryResultType
-
Represents a native poll.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
InlineQueryResultType> - A constant List of the values in this enum, in order of their declaration.