BotInlineMessageMediaWebPage class

Bot Inline Message Media Web Page.

ID: 809ad9a6.

Inheritance

Constructors

BotInlineMessageMediaWebPage({required bool invertMedia, required bool forceLargeMedia, required bool forceSmallMedia, required bool manual, required bool safe, required String message, List<MessageEntityBase>? entities, required String url, ReplyMarkupBase? replyMarkup})
Bot Inline Message Media Web Page constructor.
const
BotInlineMessageMediaWebPage.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
manual bool
manual: bit 7 of flags.7?true
final
message String
Message.
final
replyMarkup ReplyMarkupBase?
Reply Markup.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
safe bool
safe: bit 8 of flags.8?true
final
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