Current section

Files

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

include/telega@model@types_Invoice.hrl

-record(invoice, {
title :: binary(),
description :: binary(),
start_parameter :: binary(),
currency :: binary(),
total_amount :: integer()
}).