MessagesSetInlineBotResults class

Messages Set Inline Bot Results.

Return Type: bool. ID: bb12a419.

Inheritance

Constructors

MessagesSetInlineBotResults({required bool gallery, required bool private, required int queryId, required List<InputBotInlineResultBase> results, required int cacheTime, String? nextOffset, InlineBotSwitchPMBase? switchPm, InlineBotWebViewBase? switchWebview})
Messages Set Inline Bot Results constructor.
const
MessagesSetInlineBotResults.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
private → bool
private: bit 1 of flags.1?true
final
queryId → int
Query Id.
final
results → List<InputBotInlineResultBase>
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

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