Current section
Files
Jump to
Current section
Files
include/chrobot@protocol@target_TargetInfo.hrl
-record(target_info, {
target_id :: chrobot@protocol@target:target_id(),
type_ :: binary(),
title :: binary(),
url :: binary(),
attached :: boolean(),
opener_id :: gleam@option:option(chrobot@protocol@target:target_id())
}).