InputMediaType enum

This object represents the type of a media to send. Currently, the following 5 types are supported:

Inheritance

Constructors

InputMediaType(String value)
Constructs a new InputMediaType.
const

Values

animation → const InputMediaType

For an animation file (GIF or H.264/MPEG-4 AVC video without sound) to send.

const InputMediaType("animation")
audio → const InputMediaType

For an audio file to send.

const InputMediaType("audio")
document → const InputMediaType

For a general file to send.

const InputMediaType("document")
photo → const InputMediaType

For a photo to send.

const InputMediaType("photo")
video → const InputMediaType

For a video file to send.

const InputMediaType("video")

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
The value of this enum.
final

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.