ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.requests.stories
Package-level
declarations
Types
Types
Delete
Story
Link copied to clipboard
@
Serializable
data
class
DeleteStory
(
val
businessConnectionId
:
BusinessConnectionId
,
val
storyId
:
StoryId
)
:
SimpleRequest
<
Boolean
>
,
WithBusinessConnectionId
Edit
Story
Link copied to clipboard
@
Serializable
data
class
EditStory
:
BusinessRequest.Multipart
<
Story
>
,
TextedOutput
Post
Story
Link copied to clipboard
@
Serializable
data
class
PostStory
:
BusinessRequest.Multipart
<
Story
>
,
TextedOutput
Repost
Story
Link copied to clipboard
@
Serializable
data
class
RepostStory
(
val
businessConnectionId
:
BusinessConnectionId
,
val
fromChatId
:
IdChatIdentifier
,
val
storyId
:
StoryId
,
val
activePeriod
:
Seconds
,
val
postToChatPage
:
Boolean
=
false
,
val
protectContent
:
Boolean
=
false
)
:
SimpleRequest
<
Story
>
,
WithBusinessConnectionId