get

abstract suspend fun get(update: ProcessedUpdate, bot: TelegramBot): T?

method which will be used to retrieve the object.

Return

T

Parameters

update
bot