Current section
Files
Jump to
Current section
Files
include/telega@model_Game.hrl
-record(game, {
title :: binary(),
description :: binary(),
photo :: list(telega@model:photo_size()),
text :: gleam@option:option(binary()),
text_entities :: gleam@option:option(list(telega@model:message_entity())),
animation :: gleam@option:option(telega@model:animation())
}).