InputBotInlineMessageMediaWebPage class

Input Bot Inline Message Media Web Page.

ID: bddcc510.

Inheritance

Constructors

InputBotInlineMessageMediaWebPage({required bool invertMedia, required bool forceLargeMedia, required bool forceSmallMedia, required bool optional, required String message, List<MessageEntityBase>? entities, required String url, ReplyMarkupBase? replyMarkup})
Input Bot Inline Message Media Web Page constructor.
const
InputBotInlineMessageMediaWebPage.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

entities List<MessageEntityBase>?
Entities.
final
flags int
Flags.
no setter
forceLargeMedia bool
force_large_media: bit 4 of flags.4?true
final
forceSmallMedia bool
force_small_media: bit 5 of flags.5?true
final
hashCode int
The hash code for this object.
no setterinherited
invertMedia bool
invert_media: bit 3 of flags.3?true
final
message String
Message.
final
optional bool
optional: bit 6 of flags.6?true
final
replyMarkup ReplyMarkupBase?
Reply Markup.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
Url.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(List<int> buffer) → void
Serialize.
override
toJson() Map<String, dynamic>
Converts an object to JSON.
override
toString() String
A string representation of this object.
inherited

Operators

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