Current section

Files

Jump to
chrobot include protocol@target_TargetInfo.hrl
Raw

include/protocol@target_TargetInfo.hrl

-record(target_info, {
target_id :: protocol@target:target_id(),
type_ :: binary(),
title :: binary(),
url :: binary(),
attached :: boolean(),
opener_id :: gleam@option:option(protocol@target:target_id())
}).