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