Current section

Files

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

include/telega@model@types_OwnedGifts.hrl

-record(owned_gifts, {
total_count :: integer(),
gifts :: list(telega@model@types:owned_gift()),
next_offset :: gleam@option:option(binary())
}).