Current section
Files
Jump to
Current section
Files
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())
}).