From 2008e763e9a5f5b06685adce7a4426aa10788bbe Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Thu, 31 Aug 2023 22:03:22 +0000 Subject: [PATCH] deploy: 1655bedabe0a89043bf0e66ba59d6e83ce943020 --- .../-live-location-content/index.html | 2 +- .../-location-content-serializer/index.html | 2 +- .../-message-content/index.html | 2 +- .../-static-location-content/index.html | 2 +- .../dev.inmo.tgbotapi.types.message.content/index.html | 8 ++++---- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-live-location-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-live-location-content/index.html index 80d622d67f..f1b5576fc9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-live-location-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-live-location-content/index.html @@ -53,7 +53,7 @@

LiveLocationContent

-
@Serializable(with = LocationContentSerializer::class)
data class LiveLocationContent(val location: LiveLocation) : LocationContent

LocationContent which represents content with LiveLocation. In case you are tracking this content throw message changes, may evolve to StaticLocationContent

See also

dev.inmo.tgbotapi.extensions.behaviour_builder.utils.followLocation
+
@Serializable
data class LiveLocationContent(val location: LiveLocation) : LocationContent

LocationContent which represents content with LiveLocation. In case you are tracking this content throw message changes, may evolve to StaticLocationContent

See also

dev.inmo.tgbotapi.extensions.behaviour_builder.utils.followLocation
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-content-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-content-serializer/index.html index b80a4f6f3f..4048b70a1e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-content-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-content-serializer/index.html @@ -53,7 +53,7 @@

LocationContentSerializer

-
@Serializer(forClass = LocationContent::class)
object LocationContentSerializer : KSerializer<LocationContent>

KSerializer for LocationContent

+

KSerializer for LocationContent

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-message-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-message-content/index.html index 1af160edc4..c9adfc872f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-message-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-message-content/index.html @@ -53,7 +53,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-static-location-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-static-location-content/index.html index 7dc5d1d5c0..3d1442586c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-static-location-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-static-location-content/index.html @@ -53,7 +53,7 @@

StaticLocationContent

-

Just a LocationContent with StaticLocation. It could be LiveLocationContent in previous time in case when somebody has sent LiveLocation in chat and then stop to broadcast location

+
@Serializable
data class StaticLocationContent(val location: StaticLocation) : LocationContent

Just a LocationContent with StaticLocation. It could be LiveLocationContent in previous time in case when somebody has sent LiveLocation in chat and then stop to broadcast location

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/index.html index 37bd4e6b1e..fea482c0c8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/index.html @@ -339,7 +339,7 @@
-
@Serializable(with = LocationContentSerializer::class)
data class LiveLocationContent(val location: LiveLocation) : LocationContent

LocationContent which represents content with LiveLocation. In case you are tracking this content throw message changes, may evolve to StaticLocationContent

+
@Serializable
data class LiveLocationContent(val location: LiveLocation) : LocationContent

LocationContent which represents content with LiveLocation. In case you are tracking this content throw message changes, may evolve to StaticLocationContent

@@ -384,7 +384,7 @@
-
@Serializer(forClass = LocationContent::class)
object LocationContentSerializer : KSerializer<LocationContent>

KSerializer for LocationContent

+

KSerializer for LocationContent

@@ -534,7 +534,7 @@
- +
@Serializable
interface MessageContent : ResendableContent
@@ -639,7 +639,7 @@
-

Just a LocationContent with StaticLocation. It could be LiveLocationContent in previous time in case when somebody has sent LiveLocation in chat and then stop to broadcast location

+
@Serializable
data class StaticLocationContent(val location: StaticLocation) : LocationContent

Just a LocationContent with StaticLocation. It could be LiveLocationContent in previous time in case when somebody has sent LiveLocation in chat and then stop to broadcast location