telegramx.js

InputStoryContent

type

This object describes the content of a story to post. Currently, it can be one of - InputStoryContentPhoto - InputStoryContentVideo

Declaration

type InputStoryContent = InputStoryContentPhoto | InputStoryContentVideo;