BotInlineResult class

Bot Inline Result.

ID: 11965f3a.

Inheritance

Constructors

BotInlineResult({required String id, required String type, String? title, String? description, String? url, WebDocumentBase? thumb, WebDocumentBase? content, required BotInlineMessageBase sendMessage})
Bot Inline Result constructor.
const
BotInlineResult.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

content WebDocumentBase?
Content.
final
description String?
Description.
final
flags int
Flags.
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
Id.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendMessage BotInlineMessageBase
Send Message.
final
thumb WebDocumentBase?
Thumb.
final
title String?
Title.
final
type String
Type.
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