Current section

Files

Jump to
telega include telega@model@types_BotAccessSettings.hrl
Raw

include/telega@model@types_BotAccessSettings.hrl

-record(bot_access_settings, {
is_access_restricted :: boolean(),
added_users :: gleam@option:option(list(telega@model@types:user()))
}).