InlineQueryResultArticle

telegramium.bots.InlineQueryResultArticle
final case class InlineQueryResultArticle(id: String, title: String, inputMessageContent: InputMessageContent, replyMarkup: Option[InlineKeyboardMarkup], url: Option[String], hideUrl: Option[Boolean], description: Option[String], thumbnailUrl: Option[String], thumbnailWidth: Option[Int], thumbnailHeight: Option[Int]) extends InlineQueryResult

Represents a link to an article or web page.

Value parameters

description

Optional. Short description of the result

hideUrl

Optional. Pass True if you don't want the URL to be shown in the message

id

Unique identifier for this result, 1-64 Bytes

inputMessageContent

Content of the message to be sent

replyMarkup

Optional. Inline keyboard attached to the message

thumbnailHeight

Optional. Thumbnail height

thumbnailUrl

Optional. Url of the thumbnail for the result

thumbnailWidth

Optional. Thumbnail width

title

Title of the result

url

Optional. URL of the result

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product