Current section
Files
Jump to
Current section
Files
include/telega@model_ChatShared.hrl
-record(chat_shared, {
request_id :: integer(),
chat_id :: integer(),
title :: gleam@option:option(binary()),
username :: gleam@option:option(binary()),
photo :: gleam@option:option(list(telega@model:photo_size()))
}).