EditInlineMessageMedia class

Edits the content of a message with an animation, an audio, a document, a photo or a video in an inline message sent via a bot; for bots only.

Returns Ok.

Inheritance
Available Extensions

Constructors

EditInlineMessageMedia({required String inline_message_id, ReplyMarkup? reply_markup, required InputMessageContent input_message_content, int? extra, int? clientId})
Edits the content of a message with an animation, an audio, a document, a photo or a video in an inline message sent via a bot; for bots only

Properties

clientId int?
TDLib client instance identifier, for which the response was received.
read / writeoverride
extra int?
Request identifier. Must be non-zero.
read / writeoverride
hashCode int
The hash code for this object.
read-onlyinherited
inline_message_id String
Inline message identifier.
read / write
input_message_content InputMessageContent
New content of the message. Must be one of the following types: inputMessageAnimation, inputMessageAudio, inputMessageDocument, inputMessagePhoto or inputMessageVideo.
read / write
reply_markup ReplyMarkup?
The new message reply markup; pass null if none; for bots only.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Object to Map serializer
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromMap(Map<String, dynamic>? _map) EditInlineMessageMedia?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"editInlineMessageMedia"