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