TelegramMessageResultApiElement

A TelegramMessageElement implementation that provide a TelegramApi (witch the type of result is Message or MessageId, e.g. SendMessageApi, ForwardMessageApi, CopyMessageApi, etc.) directly.

TelegramMessageResultApiElement is a SendOnly type, and it is also a 'malleable' best message element.

Note: The TelegramMessageResultApiElement is NOT serializable.

Author

ForteScarlet

Constructors

Link copied to clipboard
protected constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val api: TelegramApi<*>

The result * is Message or MessageId.