Current section

Files

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

include/telega@model@types_StarTransaction.hrl

-record(star_transaction, {
id :: binary(),
amount :: integer(),
nanostar_amount :: gleam@option:option(integer()),
date :: integer(),
source :: gleam@option:option(telega@model@types:transaction_partner()),
receiver :: gleam@option:option(telega@model@types:transaction_partner())
}).