FromUser

interface FromUser : WithUser

Inheritors of this interface have some User as a source of data. For example, any dev.inmo.tgbotapi.types.CallbackQuery.CallbackQuery have User as the source of that query

Properties

from
Link copied to clipboard
common
abstract val from: User

The source User of this type

user
Link copied to clipboard
common
open override val user: User

Inheritors

CallbackQuery
Link copied to clipboard
ChosenInlineResult
Link copied to clipboard
InlineQuery
Link copied to clipboard
UserForwardInfo
Link copied to clipboard
FromUserMessage
Link copied to clipboard
PreCheckoutQuery
Link copied to clipboard
ShippingQuery
Link copied to clipboard
PollAnswer
Link copied to clipboard