GramIO API Reference / gramio/dist / RepostStoryParams
Interface: RepostStoryParams
Defined in: @gramio/types/out/params.d.ts:3239
Params object for repostStory method
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
active_period | RepostStoryActivePeriod | Period after which the story is moved to the archive, in seconds; must be one of 6 * 3600, 12 * 3600, 86400, or 2 * 86400 | @gramio/types/out/params.d.ts:3255 |
business_connection_id | string | Unique identifier of the business connection | @gramio/types/out/params.d.ts:3243 |
from_chat_id | number | Unique identifier of the chat which posted the story that should be reposted | @gramio/types/out/params.d.ts:3247 |
from_story_id | number | Unique identifier of the story that should be reposted | @gramio/types/out/params.d.ts:3251 |
post_to_chat_page? | boolean | Pass True to keep the story accessible after it expires | @gramio/types/out/params.d.ts:3259 |
protect_content? | boolean | Pass True if the content of the story must be protected from forwarding and screenshotting | @gramio/types/out/params.d.ts:3263 |