InputMediaType enum
This object represents the type of a media to send. Currently, the following 5 types are supported:
- InputMediaType.animation :For an animation file (GIF or H.264/MPEG-4 AVC video without sound) to send.
- InputMediaType.audio : For an audio file to send.
- InputMediaType.document : For a general file to send.
- InputMediaType.photo : For a photo to send.
- InputMediaType.video : For a video file to send.
Values
- animation → const InputMediaType
-
For an animation file (GIF or H.264/MPEG-4 AVC video without sound) to send.
- audio → const InputMediaType
-
For an audio file to send.
- document → const InputMediaType
-
For a general file to send.
- photo → const InputMediaType
-
For a photo to send.
- video → const InputMediaType
-
For a video file to send.
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<
InputMediaType> - A constant List of the values in this enum, in order of their declaration.