ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.requests.stories
/
DeleteStory
Delete
Story
@
Serializable
data
class
DeleteStory
(
val
businessConnectionId
:
BusinessConnectionId
,
val
storyId
:
StoryId
)
:
SimpleRequest
<
Boolean
>
,
WithBusinessConnectionId
Members
Constructors
Delete
Story
Link copied to clipboard
constructor
(
businessConnectionId
:
BusinessConnectionId
,
storyId
:
StoryId
)
Properties
business
Connection
Id
Link copied to clipboard
@
SerialName
(
value
=
"business_connection_id"
)
open
override
val
businessConnectionId
:
BusinessConnectionId
request
Serializer
Link copied to clipboard
open
override
val
requestSerializer
:
SerializationStrategy
<
*
>
result
Deserializer
Link copied to clipboard
open
override
val
resultDeserializer
:
DeserializationStrategy
<
Boolean
>
story
Id
Link copied to clipboard
@
SerialName
(
value
=
"story_id"
)
val
storyId
:
StoryId
Functions
method
Link copied to clipboard
open
override
fun
method
(
)
:
String