Current section

Files

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

include/telega@model@types_RepostStoryParameters.hrl

-record(repost_story_parameters, {
business_connection_id :: binary(),
from_chat_id :: integer(),
from_story_id :: integer(),
active_period :: integer(),
post_to_chat_page :: gleam@option:option(boolean()),
protect_content :: gleam@option:option(boolean())
}).