Current section

Files

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

include/telega@model@types_SuggestedPostPaid.hrl

-record(suggested_post_paid, {
suggested_post_message :: gleam@option:option(telega@model@types:message()),
currency :: binary(),
amount :: gleam@option:option(integer()),
star_amount :: gleam@option:option(telega@model@types:star_amount())
}).