Current section

Files

Jump to
telega include telega@bot_Context.hrl
Raw

include/telega@bot_Context.hrl

-record(context, {
key :: binary(),
update :: telega@update:update(),
bot_info :: telega@model:user(),
config :: telega@internal@config:config(),
session :: any(),
bot_subject :: gleam@erlang@process:subject(telega@bot:bot_instanse_message(any()))
}).