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(),
config :: telega@internal@config:config(),
session :: any(),
chat_subject :: gleam@erlang@process:subject(telega@bot:chat_instance_message(any(), any()))
}).