MessagesBotResults class

Messages Bot Results.

ID: e021f2f6.

Inheritance

Constructors

MessagesBotResults({required bool gallery, required int queryId, String? nextOffset, InlineBotSwitchPMBase? switchPm, InlineBotWebViewBase? switchWebview, required List<BotInlineResultBase> results, required int cacheTime, required List<UserBase> users})
Messages Bot Results constructor.
const
MessagesBotResults.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

cacheTime int
Cache Time.
final
flags int
Flags.
no setter
gallery: bit 0 of flags.0?true
final
hashCode int
The hash code for this object.
no setterinherited
nextOffset String?
Next Offset.
final
queryId int
Query Id.
final
results List<BotInlineResultBase>
Results.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
switchPm InlineBotSwitchPMBase?
Switch Pm.
final
switchWebview InlineBotWebViewBase?
Switch Webview.
final
users List<UserBase>
Users.
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