FromUser

interface FromUser : WithUser

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

Inheritors

Properties

Link copied to clipboard
abstract val from: User

The source User of this type

Link copied to clipboard
open override val user: User