InputMessageContent

sealed class InputMessageContent

This object represents the content of a message to be sent as a result of an inline query. Telegram clients currently support the following 4 types:

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Inheritors

InputTextMessageContent
Link copied to clipboard
InputLocationMessageContent
Link copied to clipboard
InputVenueMessageContent
Link copied to clipboard
InputContactMessageContent
Link copied to clipboard