InlineQueryResultArticle class

Inheritance

Constructors

InlineQueryResultArticle({required String id, required String title, required InputMessageContent inputMessageContent, InlineKeyboardMarkup? replyMarkup, String? url, bool? hideUrl, String? description, String? thumbUrl, int? thumbWidth, int? thumbHeight})

Properties

description String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hideUrl bool?
getter/setter pair
id String
getter/setter pair
inputMessageContent InputMessageContent
getter/setter pair
replyMarkup InlineKeyboardMarkup?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbHeight int?
getter/setter pair
thumbUrl String?
getter/setter pair
thumbWidth int?
getter/setter pair
title String
getter/setter pair
type String
getter/setter pair
url String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map
toString() String
A string representation of this object.
override

Operators

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