Current section

Files

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

include/telega@model@types_ChatMemberOwner.hrl

-record(chat_member_owner, {
status :: binary(),
user :: telega@model@types:user(),
is_anonymous :: boolean(),
custom_title :: gleam@option:option(binary())
}).