From 41a38096a7952829e0747b84ab895ee51fbd792e Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Mon, 20 Dec 2021 07:04:43 +0000 Subject: [PATCH] deploy: 2de22a08a347e00dc00c7377c98f3e86fa4d5658 --- .../-chat-request/index.html | 9 + .../ban-chat-sender-chat.html | 39 + .../index.html | 40 + .../unban-chat-sender-chat.html | 39 + .../as-channel-content-message-impl.html | 2 +- .../as-connected-channel-content-message.html | 39 + ...s-unconnected-channel-content-message.html | 39 + .../index.html | 132 +- .../require-channel-content-message-impl.html | 2 +- .../require-channel-content-message.html | 2 +- ...ire-connected-channel-content-message.html | 39 + ...e-unconnected-channel-content-message.html | 39 + .../when-channel-content-message-impl.html | 4 +- ...hen-connected-channel-content-message.html | 39 + ...n-unconnected-channel-content-message.html | 39 + .../-simple-request/index.html | 9 + .../-chat-sender-request/index.html | 147 + .../-chat-sender-request/sender-chat-id.html | 39 + .../index.html | 20 + .../-ban-chat-sender-chat.html | 39 + .../-ban-chat-sender-chat/chat-id.html | 39 + .../-ban-chat-sender-chat/index.html | 145 + .../-ban-chat-sender-chat/method.html | 39 + .../request-serializer.html | 39 + .../result-deserializer.html | 39 + .../-ban-chat-sender-chat/sender-chat-id.html | 39 + .../-unban-chat-sender-chat.html | 39 + .../-unban-chat-sender-chat/chat-id.html | 39 + .../-unban-chat-sender-chat/index.html | 145 + .../-unban-chat-sender-chat/method.html | 39 + .../request-serializer.html | 39 + .../result-deserializer.html | 39 + .../sender-chat-id.html | 39 + .../index.html | 40 + .../allow-create-user-id-link.html | 39 + .../has-private-forwards.html | 39 + .../-extended-private-chat/index.html | 34 +- .../-extended-private-chat-impl.html | 4 +- .../has-private-forwards.html | 39 + .../-extended-private-chat-impl/index.html | 36 +- .../index.html | 2 +- .../index.html | 32 + .../-channel-content-message/index.html | 45 +- .../-common-group-content-message/index.html | 32 + .../-common-message/index.html | 32 + .../index.html | 260 ++ .../-content-message/forwardable.html | 39 + .../has-protected-content.html | 39 + .../-content-message/index.html | 32 + .../index.html | 32 + .../-group-content-message/index.html | 32 + .../-media-group-message/index.html | 32 + .../-message/index.html | 132 +- .../-private-content-message/index.html | 32 + .../-public-content-message/index.html | 32 + .../index.html | 260 ++ .../index.html | 40 + .../index.html | 32 + ...-anonymous-group-content-message-impl.html | 4 +- .../forwardable.html | 39 + .../index.html | 34 +- .../-channel-media-group-message.html | 4 +- .../forwardable.html | 39 + .../-channel-media-group-message/index.html | 34 +- .../-common-group-content-message-impl.html | 4 +- .../forwardable.html | 39 + .../index.html | 34 +- .../-common-media-group-message.html | 4 +- .../forwardable.html | 39 + .../-common-media-group-message/index.html | 34 +- ...nnected-channel-content-message-impl.html} | 10 +- .../author-signature.html | 4 +- .../chat.html | 4 +- .../content.html | 4 +- .../date.html | 4 +- .../edit-date.html | 4 +- .../forward-info.html | 4 +- .../forwardable.html | 39 + .../index.html | 102 +- .../message-id.html | 4 +- .../reply-markup.html | 4 +- .../reply-to.html | 4 +- .../sender-bot.html | 4 +- ...om-channel-group-content-message-impl.html | 4 +- .../forwardable.html | 39 + .../index.html | 34 +- .../-private-content-message-impl.html | 4 +- .../forwardable.html | 39 + .../-private-content-message-impl/index.html | 34 +- ...onnected-channel-content-message-impl.html | 39 + .../author-signature.html | 39 + .../chat.html | 39 + .../content.html | 39 + .../date.html | 39 + .../edit-date.html | 39 + .../forward-info.html | 39 + .../forwardable.html | 39 + .../index.html | 249 ++ .../message-id.html | 39 + .../reply-markup.html | 39 + .../reply-to.html | 39 + .../sender-bot.html | 39 + .../index.html | 72 +- .../has-private-forwards-field.html | 39 + docs/dev.inmo.tgbotapi.types/index.html | 32 + .../sender-chat-id-field.html | 39 + docs/package-list | 99 +- navigation.html | 2544 +++++++++-------- scripts/navigation-pane.json | 2 +- scripts/pages.json | 2 +- 110 files changed, 5644 insertions(+), 1399 deletions(-) create mode 100644 docs/dev.inmo.tgbotapi.extensions.api.chat.members/ban-chat-sender-chat.html create mode 100644 docs/dev.inmo.tgbotapi.extensions.api.chat.members/unban-chat-sender-chat.html create mode 100644 docs/dev.inmo.tgbotapi.extensions.utils/as-connected-channel-content-message.html create mode 100644 docs/dev.inmo.tgbotapi.extensions.utils/as-unconnected-channel-content-message.html create mode 100644 docs/dev.inmo.tgbotapi.extensions.utils/require-connected-channel-content-message.html create mode 100644 docs/dev.inmo.tgbotapi.extensions.utils/require-unconnected-channel-content-message.html create mode 100644 docs/dev.inmo.tgbotapi.extensions.utils/when-connected-channel-content-message.html create mode 100644 docs/dev.inmo.tgbotapi.extensions.utils/when-unconnected-channel-content-message.html create mode 100644 docs/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-sender-request/index.html create mode 100644 docs/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-sender-request/sender-chat-id.html create mode 100644 docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/-ban-chat-sender-chat.html create mode 100644 docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/chat-id.html create mode 100644 docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/index.html create mode 100644 docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/method.html create mode 100644 docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/request-serializer.html create mode 100644 docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/result-deserializer.html create mode 100644 docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/sender-chat-id.html create mode 100644 docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/-unban-chat-sender-chat.html create mode 100644 docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/chat-id.html create mode 100644 docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/index.html create mode 100644 docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/method.html create mode 100644 docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/request-serializer.html create mode 100644 docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/result-deserializer.html create mode 100644 docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/sender-chat-id.html create mode 100644 docs/dev.inmo.tgbotapi.types.chat.abstracts.extended/-extended-private-chat/allow-create-user-id-link.html create mode 100644 docs/dev.inmo.tgbotapi.types.chat.abstracts.extended/-extended-private-chat/has-private-forwards.html create mode 100644 docs/dev.inmo.tgbotapi.types.chat.extended/-extended-private-chat-impl/has-private-forwards.html create mode 100644 docs/dev.inmo.tgbotapi.types.message.abstracts/-connected-channel-content-message/index.html create mode 100644 docs/dev.inmo.tgbotapi.types.message.abstracts/-content-message/forwardable.html create mode 100644 docs/dev.inmo.tgbotapi.types.message.abstracts/-content-message/has-protected-content.html create mode 100644 docs/dev.inmo.tgbotapi.types.message.abstracts/-unconnected-channel-content-message/index.html create mode 100644 docs/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/forwardable.html create mode 100644 docs/dev.inmo.tgbotapi.types.message/-channel-media-group-message/forwardable.html create mode 100644 docs/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/forwardable.html create mode 100644 docs/dev.inmo.tgbotapi.types.message/-common-media-group-message/forwardable.html rename docs/dev.inmo.tgbotapi.types.message/{-channel-content-message-impl/-channel-content-message-impl.html => -connected-channel-content-message-impl/-connected-channel-content-message-impl.html} (53%) rename docs/dev.inmo.tgbotapi.types.message/{-channel-content-message-impl => -connected-channel-content-message-impl}/author-signature.html (92%) rename docs/dev.inmo.tgbotapi.types.message/{-channel-content-message-impl => -connected-channel-content-message-impl}/chat.html (93%) rename docs/dev.inmo.tgbotapi.types.message/{-channel-content-message-impl => -connected-channel-content-message-impl}/content.html (93%) rename docs/dev.inmo.tgbotapi.types.message/{-channel-content-message-impl => -connected-channel-content-message-impl}/date.html (93%) rename docs/dev.inmo.tgbotapi.types.message/{-channel-content-message-impl => -connected-channel-content-message-impl}/edit-date.html (93%) rename docs/dev.inmo.tgbotapi.types.message/{-channel-content-message-impl => -connected-channel-content-message-impl}/forward-info.html (92%) create mode 100644 docs/dev.inmo.tgbotapi.types.message/-connected-channel-content-message-impl/forwardable.html rename docs/dev.inmo.tgbotapi.types.message/{-channel-content-message-impl => -connected-channel-content-message-impl}/index.html (57%) rename docs/dev.inmo.tgbotapi.types.message/{-channel-content-message-impl => -connected-channel-content-message-impl}/message-id.html (93%) rename docs/dev.inmo.tgbotapi.types.message/{-channel-content-message-impl => -connected-channel-content-message-impl}/reply-markup.html (93%) rename docs/dev.inmo.tgbotapi.types.message/{-channel-content-message-impl => -connected-channel-content-message-impl}/reply-to.html (93%) rename docs/dev.inmo.tgbotapi.types.message/{-channel-content-message-impl => -connected-channel-content-message-impl}/sender-bot.html (93%) create mode 100644 docs/dev.inmo.tgbotapi.types.message/-from-channel-group-content-message-impl/forwardable.html create mode 100644 docs/dev.inmo.tgbotapi.types.message/-private-content-message-impl/forwardable.html create mode 100644 docs/dev.inmo.tgbotapi.types.message/-unconnected-channel-content-message-impl/-unconnected-channel-content-message-impl.html create mode 100644 docs/dev.inmo.tgbotapi.types.message/-unconnected-channel-content-message-impl/author-signature.html create mode 100644 docs/dev.inmo.tgbotapi.types.message/-unconnected-channel-content-message-impl/chat.html create mode 100644 docs/dev.inmo.tgbotapi.types.message/-unconnected-channel-content-message-impl/content.html create mode 100644 docs/dev.inmo.tgbotapi.types.message/-unconnected-channel-content-message-impl/date.html create mode 100644 docs/dev.inmo.tgbotapi.types.message/-unconnected-channel-content-message-impl/edit-date.html create mode 100644 docs/dev.inmo.tgbotapi.types.message/-unconnected-channel-content-message-impl/forward-info.html create mode 100644 docs/dev.inmo.tgbotapi.types.message/-unconnected-channel-content-message-impl/forwardable.html create mode 100644 docs/dev.inmo.tgbotapi.types.message/-unconnected-channel-content-message-impl/index.html create mode 100644 docs/dev.inmo.tgbotapi.types.message/-unconnected-channel-content-message-impl/message-id.html create mode 100644 docs/dev.inmo.tgbotapi.types.message/-unconnected-channel-content-message-impl/reply-markup.html create mode 100644 docs/dev.inmo.tgbotapi.types.message/-unconnected-channel-content-message-impl/reply-to.html create mode 100644 docs/dev.inmo.tgbotapi.types.message/-unconnected-channel-content-message-impl/sender-bot.html create mode 100644 docs/dev.inmo.tgbotapi.types/has-private-forwards-field.html create mode 100644 docs/dev.inmo.tgbotapi.types/sender-chat-id-field.html diff --git a/docs/dev.inmo.tgbotapi.CommonAbstracts.types/-chat-request/index.html b/docs/dev.inmo.tgbotapi.CommonAbstracts.types/-chat-request/index.html index 1d72dc18fb..106d72d70c 100644 --- a/docs/dev.inmo.tgbotapi.CommonAbstracts.types/-chat-request/index.html +++ b/docs/dev.inmo.tgbotapi.CommonAbstracts.types/-chat-request/index.html @@ -83,6 +83,15 @@
+ +
+
+
ChatSenderRequest +
Link copied to clipboard
+
+
+
+
diff --git a/docs/dev.inmo.tgbotapi.extensions.api.chat.members/ban-chat-sender-chat.html b/docs/dev.inmo.tgbotapi.extensions.api.chat.members/ban-chat-sender-chat.html new file mode 100644 index 0000000000..80c7815c9f --- /dev/null +++ b/docs/dev.inmo.tgbotapi.extensions.api.chat.members/ban-chat-sender-chat.html @@ -0,0 +1,39 @@ + + + + banChatSenderChat + + +
+
+ + +
+
+
+
+
+
+ +
+

banChatSenderChat

+
+
+ +
+
suspend fun TelegramBot.banChatSenderChat(chatId: ChatIdentifier, senderChatId: ChatId): Boolean
suspend fun TelegramBot.banChatSenderChat(chat: PublicChat, senderChatId: ChatId): Boolean
suspend fun TelegramBot.banChatSenderChat(chatId: ChatId, senderChat: PublicChat): Boolean
suspend fun TelegramBot.banChatSenderChat(chat: PublicChat, senderChat: PublicChat): Boolean
+
+
+
+ +
+
+ + + diff --git a/docs/dev.inmo.tgbotapi.extensions.api.chat.members/index.html b/docs/dev.inmo.tgbotapi.extensions.api.chat.members/index.html index d7e6801d12..03ca7ea712 100644 --- a/docs/dev.inmo.tgbotapi.extensions.api.chat.members/index.html +++ b/docs/dev.inmo.tgbotapi.extensions.api.chat.members/index.html @@ -44,6 +44,26 @@
suspend fun TelegramBot.banChatMember(chatId: ChatId, user: User, untilDate: TelegramDate? = null, revokeMessages: Boolean? = null): Boolean
suspend fun TelegramBot.banChatMember(chatId: ChatIdentifier, userId: UserId, untilDate: TelegramDate? = null, revokeMessages: Boolean? = null): Boolean
suspend fun TelegramBot.banChatMember(chat: PublicChat, userId: UserId, untilDate: TelegramDate? = null, revokeMessages: Boolean? = null): Boolean
suspend fun TelegramBot.banChatMember(chat: PublicChat, user: User, untilDate: TelegramDate? = null, revokeMessages: Boolean? = null): Boolean
+ + + + + +
+
+
banChatSenderChat +
Link copied to clipboard
+
+
+
+
common
+
+
+ +
+
suspend fun TelegramBot.banChatSenderChat(chatId: ChatId, senderChat: PublicChat): Boolean
suspend fun TelegramBot.banChatSenderChat(chatId: ChatIdentifier, senderChatId: ChatId): Boolean
suspend fun TelegramBot.banChatSenderChat(chat: PublicChat, senderChatId: ChatId): Boolean
suspend fun TelegramBot.banChatSenderChat(chat: PublicChat, senderChat: PublicChat): Boolean
+
+
@@ -144,6 +164,26 @@
suspend fun TelegramBot.unbanChatMember(chatId: ChatId, user: User, onlyIfBanned: Boolean? = null): Boolean
suspend fun TelegramBot.unbanChatMember(chatId: ChatIdentifier, userId: UserId, onlyIfBanned: Boolean? = null): Boolean
suspend fun TelegramBot.unbanChatMember(chat: PublicChat, userId: UserId, onlyIfBanned: Boolean? = null): Boolean
suspend fun TelegramBot.unbanChatMember(chat: PublicChat, user: User, onlyIfBanned: Boolean? = null): Boolean
+ + + + + +
+
+
unbanChatSenderChat +
Link copied to clipboard
+
+
+
+
common
+
+
+ +
+
suspend fun TelegramBot.unbanChatSenderChat(chatId: ChatId, senderChat: PublicChat): Boolean
suspend fun TelegramBot.unbanChatSenderChat(chatId: ChatIdentifier, senderChatId: ChatId): Boolean
suspend fun TelegramBot.unbanChatSenderChat(chat: PublicChat, senderChatId: ChatId): Boolean
suspend fun TelegramBot.unbanChatSenderChat(chat: PublicChat, senderChat: PublicChat): Boolean
+
+
diff --git a/docs/dev.inmo.tgbotapi.extensions.api.chat.members/unban-chat-sender-chat.html b/docs/dev.inmo.tgbotapi.extensions.api.chat.members/unban-chat-sender-chat.html new file mode 100644 index 0000000000..508fd07451 --- /dev/null +++ b/docs/dev.inmo.tgbotapi.extensions.api.chat.members/unban-chat-sender-chat.html @@ -0,0 +1,39 @@ + + + + unbanChatSenderChat + + +
+
+ + +
+
+
+
+
+
+ +
+

unbanChatSenderChat

+
+
+ +
+
suspend fun TelegramBot.unbanChatSenderChat(chatId: ChatIdentifier, senderChatId: ChatId): Boolean
suspend fun TelegramBot.unbanChatSenderChat(chat: PublicChat, senderChatId: ChatId): Boolean
suspend fun TelegramBot.unbanChatSenderChat(chatId: ChatId, senderChat: PublicChat): Boolean
suspend fun TelegramBot.unbanChatSenderChat(chat: PublicChat, senderChat: PublicChat): Boolean
+
+
+
+ +
+
+ + + diff --git a/docs/dev.inmo.tgbotapi.extensions.utils/as-channel-content-message-impl.html b/docs/dev.inmo.tgbotapi.extensions.utils/as-channel-content-message-impl.html index 8099bbb1cd..afbf274ef1 100644 --- a/docs/dev.inmo.tgbotapi.extensions.utils/as-channel-content-message-impl.html +++ b/docs/dev.inmo.tgbotapi.extensions.utils/as-channel-content-message-impl.html @@ -27,7 +27,7 @@
diff --git a/docs/dev.inmo.tgbotapi.extensions.utils/as-connected-channel-content-message.html b/docs/dev.inmo.tgbotapi.extensions.utils/as-connected-channel-content-message.html new file mode 100644 index 0000000000..cf23e8f23e --- /dev/null +++ b/docs/dev.inmo.tgbotapi.extensions.utils/as-connected-channel-content-message.html @@ -0,0 +1,39 @@ + + + + asConnectedChannelContentMessage + + +
+
+ + +
+
+
+
+
+
+ +
+

asConnectedChannelContentMessage

+
+
+ + +
+
+ +
+
+ + + diff --git a/docs/dev.inmo.tgbotapi.extensions.utils/as-unconnected-channel-content-message.html b/docs/dev.inmo.tgbotapi.extensions.utils/as-unconnected-channel-content-message.html new file mode 100644 index 0000000000..011b7e7f90 --- /dev/null +++ b/docs/dev.inmo.tgbotapi.extensions.utils/as-unconnected-channel-content-message.html @@ -0,0 +1,39 @@ + + + + asUnconnectedChannelContentMessage + + +
+
+ + +
+
+
+
+
+
+ +
+

asUnconnectedChannelContentMessage

+
+ +
+ +
+
+ + + diff --git a/docs/dev.inmo.tgbotapi.extensions.utils/index.html b/docs/dev.inmo.tgbotapi.extensions.utils/index.html index a891f66681..7b8a0658df 100644 --- a/docs/dev.inmo.tgbotapi.extensions.utils/index.html +++ b/docs/dev.inmo.tgbotapi.extensions.utils/index.html @@ -683,7 +683,7 @@
@@ -1186,6 +1186,26 @@
inline fun Chat.asCommonUser(): CommonUser?
+ + + + + +
+
+
asConnectedChannelContentMessage +
Link copied to clipboard
+
+
+
+
common
+
+
+ + +
@@ -5926,6 +5946,26 @@
inline fun BotAction.asTypingAction(): TypingAction?
+ + + + + +
+
+
asUnconnectedChannelContentMessage +
Link copied to clipboard
+
+
+
+
common
+
+
@@ -7703,7 +7743,7 @@
- +
@@ -7723,7 +7763,7 @@ @@ -8226,6 +8266,26 @@
inline fun Chat.requireCommonUser(): CommonUser
+ + + + + +
+
+
requireConnectedChannelContentMessage +
Link copied to clipboard
+
+
+
+
common
+
+
@@ -12946,6 +13006,26 @@
inline fun BotAction.requireTypingAction(): TypingAction
+ + + + + +
+
+
requireUnconnectedChannelContentMessage +
Link copied to clipboard
+
+
+
+
common
+
+
@@ -14290,10 +14370,10 @@
- +
-
whenChannelContentMessageImpl +
whenChannelContentMessageImpl
Link copied to clipboard
@@ -14303,7 +14383,7 @@
-
inline fun <T> Message.whenChannelContentMessageImpl(block: (ChannelContentMessageImpl<MessageContent>) -> T): T?
+
inline fun <T> Message.whenChannelContentMessageImpl(block: (UnconnectedChannelContentMessageImpl<MessageContent>) -> T): T?
@@ -14806,6 +14886,26 @@
inline fun <T> Chat.whenCommonUser(block: (CommonUser) -> T): T?
+
+
+ + + +
+
+
whenConnectedChannelContentMessage +
Link copied to clipboard
+
+
+
+
common
+
+
+ +
+
inline fun <T> Message.whenConnectedChannelContentMessage(block: (ConnectedChannelContentMessage<MessageContent>) -> T): T?
+
+
@@ -19546,6 +19646,26 @@
inline fun <T> BotAction.whenTypingAction(block: (TypingAction) -> T): T?
+ + + + + +
+
+
whenUnconnectedChannelContentMessage +
Link copied to clipboard
+
+
+
+
common
+
+
+ +
+
inline fun <T> Message.whenUnconnectedChannelContentMessage(block: (UnconnectedChannelContentMessage<MessageContent>) -> T): T?
+
+
diff --git a/docs/dev.inmo.tgbotapi.extensions.utils/require-channel-content-message-impl.html b/docs/dev.inmo.tgbotapi.extensions.utils/require-channel-content-message-impl.html index 72da5aaef4..4d3efdd0b8 100644 --- a/docs/dev.inmo.tgbotapi.extensions.utils/require-channel-content-message-impl.html +++ b/docs/dev.inmo.tgbotapi.extensions.utils/require-channel-content-message-impl.html @@ -27,7 +27,7 @@
diff --git a/docs/dev.inmo.tgbotapi.extensions.utils/require-channel-content-message.html b/docs/dev.inmo.tgbotapi.extensions.utils/require-channel-content-message.html index 3306f9aef4..17903051a7 100644 --- a/docs/dev.inmo.tgbotapi.extensions.utils/require-channel-content-message.html +++ b/docs/dev.inmo.tgbotapi.extensions.utils/require-channel-content-message.html @@ -27,7 +27,7 @@
- +
diff --git a/docs/dev.inmo.tgbotapi.extensions.utils/require-connected-channel-content-message.html b/docs/dev.inmo.tgbotapi.extensions.utils/require-connected-channel-content-message.html new file mode 100644 index 0000000000..6295044ebd --- /dev/null +++ b/docs/dev.inmo.tgbotapi.extensions.utils/require-connected-channel-content-message.html @@ -0,0 +1,39 @@ + + + + requireConnectedChannelContentMessage + + +
+
+ + +
+
+
+
+
+
+ +
+

requireConnectedChannelContentMessage

+
+ +
+ +
+
+ + + diff --git a/docs/dev.inmo.tgbotapi.extensions.utils/require-unconnected-channel-content-message.html b/docs/dev.inmo.tgbotapi.extensions.utils/require-unconnected-channel-content-message.html new file mode 100644 index 0000000000..4bedbfc13d --- /dev/null +++ b/docs/dev.inmo.tgbotapi.extensions.utils/require-unconnected-channel-content-message.html @@ -0,0 +1,39 @@ + + + + requireUnconnectedChannelContentMessage + + +
+
+ + +
+
+
+
+
+
+ +
+

requireUnconnectedChannelContentMessage

+
+ +
+ +
+
+ + + diff --git a/docs/dev.inmo.tgbotapi.extensions.utils/when-channel-content-message-impl.html b/docs/dev.inmo.tgbotapi.extensions.utils/when-channel-content-message-impl.html index f9b3862659..8d657ec33d 100644 --- a/docs/dev.inmo.tgbotapi.extensions.utils/when-channel-content-message-impl.html +++ b/docs/dev.inmo.tgbotapi.extensions.utils/when-channel-content-message-impl.html @@ -13,7 +13,7 @@
-
+
+ +
+
+
ChatSenderRequest +
Link copied to clipboard
+
+
+
+
diff --git a/docs/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-sender-request/index.html b/docs/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-sender-request/index.html new file mode 100644 index 0000000000..acba2eab10 --- /dev/null +++ b/docs/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-sender-request/index.html @@ -0,0 +1,147 @@ + + + + ChatSenderRequest + + +
+
+ + +
+
+
+
+
+
+ +
+

ChatSenderRequest

+
interface ChatSenderRequest : ChatRequest, SimpleRequest<Boolean>
+
+
+
+
+

Functions

+
+
+
+
method +
Link copied to clipboard
+
+
+
+
common
+
+
+ +
+
abstract fun method(): String
+
+
+
+
+
+
+
+

Properties

+
+
+
+
chatId +
Link copied to clipboard
+
+
+
+
common
+
+
+
abstract val chatId: ChatIdentifier
+
+
+
+
+ +
+
+
requestSerializer +
Link copied to clipboard
+
+
+
+
common
+
+
+
abstract val requestSerializer: SerializationStrategy<*>
+
+
+
+
+ +
+
+
resultDeserializer +
Link copied to clipboard
+
+
+
+
common
+
+
+
abstract val resultDeserializer: DeserializationStrategy<Boolean>
+
+
+
+
+ +
+
+
senderChatId +
Link copied to clipboard
+
+
+
+
common
+
+
+
abstract val senderChatId: ChatId
+
+
+
+
+
+

Inheritors

+
+
+
+
BanChatSenderChat +
Link copied to clipboard
+
+
+
+
+ +
+
+
UnbanChatSenderChat +
Link copied to clipboard
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-sender-request/sender-chat-id.html b/docs/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-sender-request/sender-chat-id.html new file mode 100644 index 0000000000..23c54d58c0 --- /dev/null +++ b/docs/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-sender-request/sender-chat-id.html @@ -0,0 +1,39 @@ + + + + senderChatId + + +
+
+ + +
+
+
+
+
+
+ +
+

senderChatId

+
+
+ +
+
abstract val senderChatId: ChatId
+
+
+
+ +
+
+ + + diff --git a/docs/dev.inmo.tgbotapi.requests.chat.abstracts/index.html b/docs/dev.inmo.tgbotapi.requests.chat.abstracts/index.html index 02b04a6649..d60061ade1 100644 --- a/docs/dev.inmo.tgbotapi.requests.chat.abstracts/index.html +++ b/docs/dev.inmo.tgbotapi.requests.chat.abstracts/index.html @@ -64,6 +64,26 @@
interface ChatMemberRequest<T : Any> : ChatRequest, SimpleRequest<T>
+
+
+ + + +
+
+
ChatSenderRequest +
Link copied to clipboard
+
+
+
+
common
+
+
+ +
+
interface ChatSenderRequest : ChatRequest, SimpleRequest<Boolean>
+
+
diff --git a/docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/-ban-chat-sender-chat.html b/docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/-ban-chat-sender-chat.html new file mode 100644 index 0000000000..f66081ef69 --- /dev/null +++ b/docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/-ban-chat-sender-chat.html @@ -0,0 +1,39 @@ + + + + BanChatSenderChat + + +
+
+ + +
+
+
+
+
+
+ +
+

BanChatSenderChat

+
+
+ +
+
fun BanChatSenderChat(chatId: ChatIdentifier, senderChatId: ChatId)
+
+
+
+ +
+
+ + + diff --git a/docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/chat-id.html b/docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/chat-id.html new file mode 100644 index 0000000000..2a2dde1375 --- /dev/null +++ b/docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/chat-id.html @@ -0,0 +1,39 @@ + + + + chatId + + +
+
+ + +
+
+
+
+
+
+ +
+

chatId

+
+
+ +
+
open override val chatId: ChatIdentifier
+
+
+
+ +
+
+ + + diff --git a/docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/index.html b/docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/index.html new file mode 100644 index 0000000000..8b0236b821 --- /dev/null +++ b/docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/index.html @@ -0,0 +1,145 @@ + + + + BanChatSenderChat + + +
+
+ + +
+
+
+
+
+
+ +
+

BanChatSenderChat

+
data class BanChatSenderChat(chatId: ChatIdentifier, senderChatId: ChatId) : ChatSenderRequest

Representation of banChatSenderChat request

+
+
+
+
+

Constructors

+
+
+
+
BanChatSenderChat +
Link copied to clipboard
+
+
+
+
common
+
+
+
fun BanChatSenderChat(chatId: ChatIdentifier, senderChatId: ChatId)
+
+
+
+
+
+

Functions

+
+
+
+
method +
Link copied to clipboard
+
+
+
+
common
+
+
+ +
+
open override fun method(): String
+
+
+
+
+
+
+
+

Properties

+
+
+
+
chatId +
Link copied to clipboard
+
+
+
+
common
+
+
+
open override val chatId: ChatIdentifier
+
+
+
+
+ +
+
+
requestSerializer +
Link copied to clipboard
+
+
+
+
common
+
+
+
open override val requestSerializer: SerializationStrategy<*>
+
+
+
+
+ +
+
+
resultDeserializer +
Link copied to clipboard
+
+
+
+
common
+
+
+
open override val resultDeserializer: DeserializationStrategy<Boolean>
+
+
+
+
+ +
+
+
senderChatId +
Link copied to clipboard
+
+
+
+
common
+
+
+
open override val senderChatId: ChatId
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/method.html b/docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/method.html new file mode 100644 index 0000000000..dc1682e189 --- /dev/null +++ b/docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/method.html @@ -0,0 +1,39 @@ + + + + method + + +
+
+ + +
+
+
+
+
+
+ +
+

method

+
+
+ +
+
open override fun method(): String
+
+
+
+ +
+
+ + + diff --git a/docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/request-serializer.html b/docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/request-serializer.html new file mode 100644 index 0000000000..3479b890b5 --- /dev/null +++ b/docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/request-serializer.html @@ -0,0 +1,39 @@ + + + + requestSerializer + + +
+
+ + +
+
+
+
+
+
+ +
+

requestSerializer

+
+
+ +
+
open override val requestSerializer: SerializationStrategy<*>
+
+
+
+ +
+
+ + + diff --git a/docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/result-deserializer.html b/docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/result-deserializer.html new file mode 100644 index 0000000000..def5dee6cb --- /dev/null +++ b/docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/result-deserializer.html @@ -0,0 +1,39 @@ + + + + resultDeserializer + + +
+
+ + +
+
+
+
+
+
+ +
+

resultDeserializer

+
+
+ +
+
open override val resultDeserializer: DeserializationStrategy<Boolean>
+
+
+
+ +
+
+ + + diff --git a/docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/sender-chat-id.html b/docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/sender-chat-id.html new file mode 100644 index 0000000000..fa3f2dc86d --- /dev/null +++ b/docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/sender-chat-id.html @@ -0,0 +1,39 @@ + + + + senderChatId + + +
+
+ + +
+
+
+
+
+
+ +
+

senderChatId

+
+
+ +
+
open override val senderChatId: ChatId
+
+
+
+ +
+
+ + + diff --git a/docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/-unban-chat-sender-chat.html b/docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/-unban-chat-sender-chat.html new file mode 100644 index 0000000000..8b02101213 --- /dev/null +++ b/docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/-unban-chat-sender-chat.html @@ -0,0 +1,39 @@ + + + + UnbanChatSenderChat + + +
+
+ + +
+
+
+
+
+
+ +
+

UnbanChatSenderChat

+
+
+ +
+
fun UnbanChatSenderChat(chatId: ChatIdentifier, senderChatId: ChatId)
+
+
+
+ +
+
+ + + diff --git a/docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/chat-id.html b/docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/chat-id.html new file mode 100644 index 0000000000..104f0b514f --- /dev/null +++ b/docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/chat-id.html @@ -0,0 +1,39 @@ + + + + chatId + + +
+
+ + +
+
+
+
+
+
+ +
+

chatId

+
+
+ +
+
open override val chatId: ChatIdentifier
+
+
+
+ +
+
+ + + diff --git a/docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/index.html b/docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/index.html new file mode 100644 index 0000000000..0f2ed88b64 --- /dev/null +++ b/docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/index.html @@ -0,0 +1,145 @@ + + + + UnbanChatSenderChat + + +
+
+ + +
+
+
+
+
+
+ +
+

UnbanChatSenderChat

+
data class UnbanChatSenderChat(chatId: ChatIdentifier, senderChatId: ChatId) : ChatSenderRequest

Representation of unbanChatSenderChat request

+
+
+
+
+

Constructors

+
+
+
+
UnbanChatSenderChat +
Link copied to clipboard
+
+
+
+
common
+
+
+
fun UnbanChatSenderChat(chatId: ChatIdentifier, senderChatId: ChatId)
+
+
+
+
+
+

Functions

+
+
+
+
method +
Link copied to clipboard
+
+
+
+
common
+
+
+ +
+
open override fun method(): String
+
+
+
+
+
+
+
+

Properties

+
+
+
+
chatId +
Link copied to clipboard
+
+
+
+
common
+
+
+
open override val chatId: ChatIdentifier
+
+
+
+
+ +
+
+
requestSerializer +
Link copied to clipboard
+
+
+
+
common
+
+
+
open override val requestSerializer: SerializationStrategy<*>
+
+
+
+
+ +
+
+
resultDeserializer +
Link copied to clipboard
+
+
+
+
common
+
+
+
open override val resultDeserializer: DeserializationStrategy<Boolean>
+
+
+
+
+ +
+
+
senderChatId +
Link copied to clipboard
+
+
+
+
common
+
+
+
open override val senderChatId: ChatId
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/method.html b/docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/method.html new file mode 100644 index 0000000000..60065dcc1e --- /dev/null +++ b/docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/method.html @@ -0,0 +1,39 @@ + + + + method + + +
+
+ + +
+
+
+
+
+
+ +
+

method

+
+
+ +
+
open override fun method(): String
+
+
+
+ +
+
+ + + diff --git a/docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/request-serializer.html b/docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/request-serializer.html new file mode 100644 index 0000000000..c817be69e7 --- /dev/null +++ b/docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/request-serializer.html @@ -0,0 +1,39 @@ + + + + requestSerializer + + +
+
+ + +
+
+
+
+
+
+ +
+

requestSerializer

+
+
+ +
+
open override val requestSerializer: SerializationStrategy<*>
+
+
+
+ +
+
+ + + diff --git a/docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/result-deserializer.html b/docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/result-deserializer.html new file mode 100644 index 0000000000..2f0e4198bd --- /dev/null +++ b/docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/result-deserializer.html @@ -0,0 +1,39 @@ + + + + resultDeserializer + + +
+
+ + +
+
+
+
+
+
+ +
+

resultDeserializer

+
+
+ +
+
open override val resultDeserializer: DeserializationStrategy<Boolean>
+
+
+
+ +
+
+ + + diff --git a/docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/sender-chat-id.html b/docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/sender-chat-id.html new file mode 100644 index 0000000000..302a9fe82e --- /dev/null +++ b/docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/sender-chat-id.html @@ -0,0 +1,39 @@ + + + + senderChatId + + +
+
+ + +
+
+
+
+
+
+ +
+

senderChatId

+
+
+ +
+
open override val senderChatId: ChatId
+
+
+
+ +
+
+ + + diff --git a/docs/dev.inmo.tgbotapi.requests.chat.members/index.html b/docs/dev.inmo.tgbotapi.requests.chat.members/index.html index d983293f8e..1827882101 100644 --- a/docs/dev.inmo.tgbotapi.requests.chat.members/index.html +++ b/docs/dev.inmo.tgbotapi.requests.chat.members/index.html @@ -44,6 +44,26 @@
data class BanChatMember(chatId: ChatIdentifier, userId: UserId, untilDate: TelegramDate?, revokeMessages: Boolean?) : ChatMemberRequest<Boolean> , UntilDate
+ + + + + +
+
+
BanChatSenderChat +
Link copied to clipboard
+
+
+
+
common
+
+
+ +
+
data class BanChatSenderChat(chatId: ChatIdentifier, senderChatId: ChatId) : ChatSenderRequest
+
+

Representation of banChatSenderChat request

@@ -144,6 +164,26 @@
data class UnbanChatMember(chatId: ChatIdentifier, userId: UserId, onlyIfBanned: Boolean?) : ChatMemberRequest<Boolean>
+ + + + + +
+
+
UnbanChatSenderChat +
Link copied to clipboard
+
+
+
+
common
+
+
+ +
+
data class UnbanChatSenderChat(chatId: ChatIdentifier, senderChatId: ChatId) : ChatSenderRequest
+
+

Representation of unbanChatSenderChat request

diff --git a/docs/dev.inmo.tgbotapi.types.chat.abstracts.extended/-extended-private-chat/allow-create-user-id-link.html b/docs/dev.inmo.tgbotapi.types.chat.abstracts.extended/-extended-private-chat/allow-create-user-id-link.html new file mode 100644 index 0000000000..3abe24e30f --- /dev/null +++ b/docs/dev.inmo.tgbotapi.types.chat.abstracts.extended/-extended-private-chat/allow-create-user-id-link.html @@ -0,0 +1,39 @@ + + + + allowCreateUserIdLink + + +
+
+ + +
+
+
+
+
+
+ +
+

allowCreateUserIdLink

+
+
+ +
+
open val allowCreateUserIdLink: Boolean
+
+
+
+ +
+
+ + + diff --git a/docs/dev.inmo.tgbotapi.types.chat.abstracts.extended/-extended-private-chat/has-private-forwards.html b/docs/dev.inmo.tgbotapi.types.chat.abstracts.extended/-extended-private-chat/has-private-forwards.html new file mode 100644 index 0000000000..0a3993c60a --- /dev/null +++ b/docs/dev.inmo.tgbotapi.types.chat.abstracts.extended/-extended-private-chat/has-private-forwards.html @@ -0,0 +1,39 @@ + + + + hasPrivateForwards + + +
+
+ + +
+
+
+
+
+
+ +
+

hasPrivateForwards

+
+
+ +
+
abstract val hasPrivateForwards: Boolean
+
+
+
+ +
+
+ + + diff --git a/docs/dev.inmo.tgbotapi.types.chat.abstracts.extended/-extended-private-chat/index.html b/docs/dev.inmo.tgbotapi.types.chat.abstracts.extended/-extended-private-chat/index.html index bf351388af..5463c4c621 100644 --- a/docs/dev.inmo.tgbotapi.types.chat.abstracts.extended/-extended-private-chat/index.html +++ b/docs/dev.inmo.tgbotapi.types.chat.abstracts.extended/-extended-private-chat/index.html @@ -29,7 +29,23 @@

Properties

-
+
+
+
+
allowCreateUserIdLink +
Link copied to clipboard
+
+
+
+
common
+
+
+
open val allowCreateUserIdLink: Boolean
+
+
+
+
+
bio @@ -77,6 +93,22 @@
+ +
+
+
hasPrivateForwards +
Link copied to clipboard
+
+
+
+
common
+
+
+
abstract val hasPrivateForwards: Boolean
+
+
+
+
diff --git a/docs/dev.inmo.tgbotapi.types.chat.extended/-extended-private-chat-impl/-extended-private-chat-impl.html b/docs/dev.inmo.tgbotapi.types.chat.extended/-extended-private-chat-impl/-extended-private-chat-impl.html index 12f30eb3a3..9ce64f394a 100644 --- a/docs/dev.inmo.tgbotapi.types.chat.extended/-extended-private-chat-impl/-extended-private-chat-impl.html +++ b/docs/dev.inmo.tgbotapi.types.chat.extended/-extended-private-chat-impl/-extended-private-chat-impl.html @@ -13,7 +13,7 @@
-
+

ExtendedPrivateChatImpl

-
data class ExtendedPrivateChatImpl(id: ChatId, chatPhoto: ChatPhoto?, username: Username?, firstName: String, lastName: String, bio: String) : ExtendedPrivateChat
+
data class ExtendedPrivateChatImpl(id: ChatId, chatPhoto: ChatPhoto?, username: Username?, firstName: String, lastName: String, bio: String, hasPrivateForwards: Boolean) : ExtendedPrivateChat

Properties

-
+
+
+
+
allowCreateUserIdLink +
Link copied to clipboard
+
+
+
+
common
+
+
+
open val allowCreateUserIdLink: Boolean
+
+
+
+
+
bio @@ -77,6 +93,22 @@
+ +
+
+
hasPrivateForwards +
Link copied to clipboard
+
+
+
+
common
+
+
+
open override val hasPrivateForwards: Boolean = false
+
+
+
+
diff --git a/docs/dev.inmo.tgbotapi.types.chat.extended/index.html b/docs/dev.inmo.tgbotapi.types.chat.extended/index.html index b82e23a088..a9e932d3f1 100644 --- a/docs/dev.inmo.tgbotapi.types.chat.extended/index.html +++ b/docs/dev.inmo.tgbotapi.types.chat.extended/index.html @@ -81,7 +81,7 @@
-
data class ExtendedPrivateChatImpl(id: ChatId, chatPhoto: ChatPhoto?, username: Username?, firstName: String, lastName: String, bio: String) : ExtendedPrivateChat
+
data class ExtendedPrivateChatImpl(id: ChatId, chatPhoto: ChatPhoto?, username: Username?, firstName: String, lastName: String, bio: String, hasPrivateForwards: Boolean) : ExtendedPrivateChat
diff --git a/docs/dev.inmo.tgbotapi.types.message.abstracts/-anonymous-group-content-message/index.html b/docs/dev.inmo.tgbotapi.types.message.abstracts/-anonymous-group-content-message/index.html index dbff57e61a..075afd98ab 100644 --- a/docs/dev.inmo.tgbotapi.types.message.abstracts/-anonymous-group-content-message/index.html +++ b/docs/dev.inmo.tgbotapi.types.message.abstracts/-anonymous-group-content-message/index.html @@ -109,6 +109,22 @@
+ +
+
+
forwardable +
Link copied to clipboard
+
+
+
+
common
+
+
+
abstract val forwardable: Boolean
+
+
+
+
@@ -125,6 +141,22 @@
+ +
+
+
hasProtectedContent +
Link copied to clipboard
+
+
+
+
common
+
+
+
open val hasProtectedContent: Boolean
+
+
+
+
diff --git a/docs/dev.inmo.tgbotapi.types.message.abstracts/-channel-content-message/index.html b/docs/dev.inmo.tgbotapi.types.message.abstracts/-channel-content-message/index.html index 4a82354e2a..b48a32d097 100644 --- a/docs/dev.inmo.tgbotapi.types.message.abstracts/-channel-content-message/index.html +++ b/docs/dev.inmo.tgbotapi.types.message.abstracts/-channel-content-message/index.html @@ -109,6 +109,22 @@
+ +
+
+
forwardable +
Link copied to clipboard
+
+
+
+
common
+
+
+
abstract val forwardable: Boolean
+
+
+
+
@@ -125,6 +141,22 @@
+ +
+
+
hasProtectedContent +
Link copied to clipboard
+
+
+
+
common
+
+
+
open val hasProtectedContent: Boolean
+
+
+
+
@@ -207,10 +239,19 @@

Inheritors

-
+
-
ChannelContentMessageImpl +
ConnectedChannelContentMessage +
Link copied to clipboard
+
+
+
+
+ +
+
+
UnconnectedChannelContentMessage
Link copied to clipboard
diff --git a/docs/dev.inmo.tgbotapi.types.message.abstracts/-common-group-content-message/index.html b/docs/dev.inmo.tgbotapi.types.message.abstracts/-common-group-content-message/index.html index f53dfb1f1f..2eb7b2036b 100644 --- a/docs/dev.inmo.tgbotapi.types.message.abstracts/-common-group-content-message/index.html +++ b/docs/dev.inmo.tgbotapi.types.message.abstracts/-common-group-content-message/index.html @@ -93,6 +93,22 @@
+ +
+
+
forwardable +
Link copied to clipboard
+
+
+
+
common
+
+
+
abstract val forwardable: Boolean
+
+
+
+
@@ -125,6 +141,22 @@
+ +
+
+
hasProtectedContent +
Link copied to clipboard
+
+
+
+
common
+
+
+
open val hasProtectedContent: Boolean
+
+
+
+
diff --git a/docs/dev.inmo.tgbotapi.types.message.abstracts/-common-message/index.html b/docs/dev.inmo.tgbotapi.types.message.abstracts/-common-message/index.html index 44d9617568..bb9c73f33a 100644 --- a/docs/dev.inmo.tgbotapi.types.message.abstracts/-common-message/index.html +++ b/docs/dev.inmo.tgbotapi.types.message.abstracts/-common-message/index.html @@ -93,6 +93,22 @@
+ +
+
+
forwardable +
Link copied to clipboard
+
+
+
+
common
+
+
+
abstract val forwardable: Boolean
+
+
+
+
@@ -109,6 +125,22 @@
+ +
+
+
hasProtectedContent +
Link copied to clipboard
+
+
+
+
common
+
+
+
open val hasProtectedContent: Boolean
+
+
+
+
diff --git a/docs/dev.inmo.tgbotapi.types.message.abstracts/-connected-channel-content-message/index.html b/docs/dev.inmo.tgbotapi.types.message.abstracts/-connected-channel-content-message/index.html new file mode 100644 index 0000000000..377795e679 --- /dev/null +++ b/docs/dev.inmo.tgbotapi.types.message.abstracts/-connected-channel-content-message/index.html @@ -0,0 +1,260 @@ + + + + ConnectedChannelContentMessage + + +
+
+ + +
+
+
+
+
+
+ +
+

ConnectedChannelContentMessage

+
interface ConnectedChannelContentMessage<T : MessageContent> : ChannelContentMessage<T>
+
+
+
+
+

Properties

+
+
+
+
authorSignature +
Link copied to clipboard
+
+
+
+
common
+
+
+
abstract val authorSignature: AuthorSignature?
+
+
+
+
+ +
+
+
chat +
Link copied to clipboard
+
+
+
+
common
+
+
+
abstract override val chat: ChannelChat
+
+
+
+
+ +
+
+
content +
Link copied to clipboard
+
+
+
+
common
+
+
+
abstract val content: T
+
+
+
+
+ +
+
+
date +
Link copied to clipboard
+
+
+
+
common
+
+
+
abstract val date: DateTime
+
+
+
+
+ +
+
+
editDate +
Link copied to clipboard
+
+
+
+
common
+
+
+
abstract val editDate: DateTime?
+
+
+
+
+ +
+
+
forwardable +
Link copied to clipboard
+
+
+
+
common
+
+
+
abstract val forwardable: Boolean
+
+
+
+
+ +
+
+
forwardInfo +
Link copied to clipboard
+
+
+
+
common
+
+
+
abstract val forwardInfo: ForwardInfo?
+
+
+
+
+ +
+
+
hasProtectedContent +
Link copied to clipboard
+
+
+
+
common
+
+
+
open val hasProtectedContent: Boolean
+
+
+
+
+ +
+
+
messageId +
Link copied to clipboard
+
+
+
+
common
+
+
+
abstract val messageId: MessageIdentifier
+
+
+
+
+ +
+
+
replyMarkup +
Link copied to clipboard
+
+
+
+
common
+
+
+
abstract val replyMarkup: InlineKeyboardMarkup?
+
+
+
+
+ +
+
+
replyTo +
Link copied to clipboard
+
+
+
+
common
+
+
+
abstract val replyTo: Message?
+
+
+
+
+ +
+
+
senderBot +
Link copied to clipboard
+
+
+
+
common
+
+
+
abstract val senderBot: CommonBot?
+
+
+
+
+ +
+
+
senderChat +
Link copied to clipboard
+
+
+
+
common
+
+
+
open override val senderChat: ChannelChat
+
+
+
+
+
+

Inheritors

+
+
+
+
ConnectedChannelContentMessageImpl +
Link copied to clipboard
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/dev.inmo.tgbotapi.types.message.abstracts/-content-message/forwardable.html b/docs/dev.inmo.tgbotapi.types.message.abstracts/-content-message/forwardable.html new file mode 100644 index 0000000000..960330d3a0 --- /dev/null +++ b/docs/dev.inmo.tgbotapi.types.message.abstracts/-content-message/forwardable.html @@ -0,0 +1,39 @@ + + + + forwardable + + +
+
+ + +
+
+
+
+
+
+ +
+

forwardable

+
+
+ +
+
abstract val forwardable: Boolean
+
+
+
+ +
+
+ + + diff --git a/docs/dev.inmo.tgbotapi.types.message.abstracts/-content-message/has-protected-content.html b/docs/dev.inmo.tgbotapi.types.message.abstracts/-content-message/has-protected-content.html new file mode 100644 index 0000000000..a324e5919c --- /dev/null +++ b/docs/dev.inmo.tgbotapi.types.message.abstracts/-content-message/has-protected-content.html @@ -0,0 +1,39 @@ + + + + hasProtectedContent + + +
+
+ + +
+
+
+
+
+
+ +
+

hasProtectedContent

+
+
+ +
+
open val hasProtectedContent: Boolean
+
+
+
+ +
+
+ + + diff --git a/docs/dev.inmo.tgbotapi.types.message.abstracts/-content-message/index.html b/docs/dev.inmo.tgbotapi.types.message.abstracts/-content-message/index.html index d8860d615e..89946b68e5 100644 --- a/docs/dev.inmo.tgbotapi.types.message.abstracts/-content-message/index.html +++ b/docs/dev.inmo.tgbotapi.types.message.abstracts/-content-message/index.html @@ -77,6 +77,38 @@
+ +
+
+
forwardable +
Link copied to clipboard
+
+
+
+
common
+
+
+
abstract val forwardable: Boolean
+
+
+
+
+ +
+
+
hasProtectedContent +
Link copied to clipboard
+
+
+
+
common
+
+
+
open val hasProtectedContent: Boolean
+
+
+
+
diff --git a/docs/dev.inmo.tgbotapi.types.message.abstracts/-from-channel-group-content-message/index.html b/docs/dev.inmo.tgbotapi.types.message.abstracts/-from-channel-group-content-message/index.html index 63c341a130..686ce4075d 100644 --- a/docs/dev.inmo.tgbotapi.types.message.abstracts/-from-channel-group-content-message/index.html +++ b/docs/dev.inmo.tgbotapi.types.message.abstracts/-from-channel-group-content-message/index.html @@ -125,6 +125,22 @@
+ +
+
+
forwardable +
Link copied to clipboard
+
+
+
+
common
+
+
+
abstract val forwardable: Boolean
+
+
+
+
@@ -141,6 +157,22 @@
+ +
+
+
hasProtectedContent +
Link copied to clipboard
+
+
+
+
common
+
+
+
open val hasProtectedContent: Boolean
+
+
+
+
diff --git a/docs/dev.inmo.tgbotapi.types.message.abstracts/-group-content-message/index.html b/docs/dev.inmo.tgbotapi.types.message.abstracts/-group-content-message/index.html index 45ed092fdc..301a3bee84 100644 --- a/docs/dev.inmo.tgbotapi.types.message.abstracts/-group-content-message/index.html +++ b/docs/dev.inmo.tgbotapi.types.message.abstracts/-group-content-message/index.html @@ -93,6 +93,22 @@
+ +
+
+
forwardable +
Link copied to clipboard
+
+
+
+
common
+
+
+
abstract val forwardable: Boolean
+
+
+
+
@@ -109,6 +125,22 @@
+ +
+
+
hasProtectedContent +
Link copied to clipboard
+
+
+
+
common
+
+
+
open val hasProtectedContent: Boolean
+
+
+
+
diff --git a/docs/dev.inmo.tgbotapi.types.message.abstracts/-media-group-message/index.html b/docs/dev.inmo.tgbotapi.types.message.abstracts/-media-group-message/index.html index 03e26d77e6..7d6acadf85 100644 --- a/docs/dev.inmo.tgbotapi.types.message.abstracts/-media-group-message/index.html +++ b/docs/dev.inmo.tgbotapi.types.message.abstracts/-media-group-message/index.html @@ -93,6 +93,22 @@
+ +
+
+
forwardable +
Link copied to clipboard
+
+
+
+
common
+
+
+
abstract val forwardable: Boolean
+
+
+
+
@@ -109,6 +125,22 @@
+ +
+
+
hasProtectedContent +
Link copied to clipboard
+
+
+
+
common
+
+
+
open val hasProtectedContent: Boolean
+
+
+
+
diff --git a/docs/dev.inmo.tgbotapi.types.message.abstracts/-message/index.html b/docs/dev.inmo.tgbotapi.types.message.abstracts/-message/index.html index d3556a0372..067b3ca74c 100644 --- a/docs/dev.inmo.tgbotapi.types.message.abstracts/-message/index.html +++ b/docs/dev.inmo.tgbotapi.types.message.abstracts/-message/index.html @@ -244,7 +244,7 @@ @@ -407,6 +407,26 @@
+ + + + + +
+
+
asConnectedChannelContentMessage +
Link copied to clipboard
+
+
+
+
common
+
+
+ + +
@@ -787,6 +807,26 @@
inline fun Message.asSupergroupEventMessage(): SupergroupEventMessage<SupergroupEvent>?
+ + + + + +
+
+
asUnconnectedChannelContentMessage +
Link copied to clipboard
+
+
+
+
common
+
+
@@ -904,7 +944,7 @@
- +
@@ -924,7 +964,7 @@ @@ -1087,6 +1127,26 @@
+ + + + + +
+
+
requireConnectedChannelContentMessage +
Link copied to clipboard
+
+
+
+
common
+
+
@@ -1467,6 +1527,26 @@
+ + + + + +
+
+
requireUnconnectedChannelContentMessage +
Link copied to clipboard
+
+
+
+
common
+
+
@@ -1551,10 +1631,10 @@
- +
-
whenChannelContentMessageImpl +
whenChannelContentMessageImpl
Link copied to clipboard
@@ -1564,7 +1644,7 @@
-
inline fun <T> Message.whenChannelContentMessageImpl(block: (ChannelContentMessageImpl<MessageContent>) -> T): T?
+
inline fun <T> Message.whenChannelContentMessageImpl(block: (UnconnectedChannelContentMessageImpl<MessageContent>) -> T): T?
@@ -1727,6 +1807,26 @@
inline fun <T> Message.whenCommonSupergroupEventMessage(block: (CommonSupergroupEventMessage<SupergroupEvent>) -> T): T?
+
+
+ + + +
+
+
whenConnectedChannelContentMessage +
Link copied to clipboard
+
+
+
+
common
+
+
+ +
+
inline fun <T> Message.whenConnectedChannelContentMessage(block: (ConnectedChannelContentMessage<MessageContent>) -> T): T?
+
+
@@ -2107,6 +2207,26 @@
inline fun <T> Message.whenSupergroupEventMessage(block: (SupergroupEventMessage<SupergroupEvent>) -> T): T?
+ + + + + +
+
+
whenUnconnectedChannelContentMessage +
Link copied to clipboard
+
+
+
+
common
+
+
+ +
+
inline fun <T> Message.whenUnconnectedChannelContentMessage(block: (UnconnectedChannelContentMessage<MessageContent>) -> T): T?
+
+
diff --git a/docs/dev.inmo.tgbotapi.types.message.abstracts/-private-content-message/index.html b/docs/dev.inmo.tgbotapi.types.message.abstracts/-private-content-message/index.html index 0f05bfbf25..2cd21031a6 100644 --- a/docs/dev.inmo.tgbotapi.types.message.abstracts/-private-content-message/index.html +++ b/docs/dev.inmo.tgbotapi.types.message.abstracts/-private-content-message/index.html @@ -93,6 +93,22 @@
+ +
+
+
forwardable +
Link copied to clipboard
+
+
+
+
common
+
+
+
abstract val forwardable: Boolean
+
+
+
+
@@ -125,6 +141,22 @@
+ +
+
+
hasProtectedContent +
Link copied to clipboard
+
+
+
+
common
+
+
+
open val hasProtectedContent: Boolean
+
+
+
+
diff --git a/docs/dev.inmo.tgbotapi.types.message.abstracts/-public-content-message/index.html b/docs/dev.inmo.tgbotapi.types.message.abstracts/-public-content-message/index.html index 1254125d90..54bb4987e8 100644 --- a/docs/dev.inmo.tgbotapi.types.message.abstracts/-public-content-message/index.html +++ b/docs/dev.inmo.tgbotapi.types.message.abstracts/-public-content-message/index.html @@ -93,6 +93,22 @@
+ +
+
+
forwardable +
Link copied to clipboard
+
+
+
+
common
+
+
+
abstract val forwardable: Boolean
+
+
+
+
@@ -109,6 +125,22 @@
+ +
+
+
hasProtectedContent +
Link copied to clipboard
+
+
+
+
common
+
+
+
open val hasProtectedContent: Boolean
+
+
+
+
diff --git a/docs/dev.inmo.tgbotapi.types.message.abstracts/-unconnected-channel-content-message/index.html b/docs/dev.inmo.tgbotapi.types.message.abstracts/-unconnected-channel-content-message/index.html new file mode 100644 index 0000000000..b6d20677b4 --- /dev/null +++ b/docs/dev.inmo.tgbotapi.types.message.abstracts/-unconnected-channel-content-message/index.html @@ -0,0 +1,260 @@ + + + + UnconnectedChannelContentMessage + + +
+
+ + +
+
+
+
+
+
+ +
+

UnconnectedChannelContentMessage

+
interface UnconnectedChannelContentMessage<T : MessageContent> : ChannelContentMessage<T>
+
+
+
+
+

Properties

+
+
+
+
authorSignature +
Link copied to clipboard
+
+
+
+
common
+
+
+
abstract val authorSignature: AuthorSignature?
+
+
+
+
+ +
+
+
chat +
Link copied to clipboard
+
+
+
+
common
+
+
+
abstract override val chat: ChannelChat
+
+
+
+
+ +
+
+
content +
Link copied to clipboard
+
+
+
+
common
+
+
+
abstract val content: T
+
+
+
+
+ +
+
+
date +
Link copied to clipboard
+
+
+
+
common
+
+
+
abstract val date: DateTime
+
+
+
+
+ +
+
+
editDate +
Link copied to clipboard
+
+
+
+
common
+
+
+
abstract val editDate: DateTime?
+
+
+
+
+ +
+
+
forwardable +
Link copied to clipboard
+
+
+
+
common
+
+
+
abstract val forwardable: Boolean
+
+
+
+
+ +
+
+
forwardInfo +
Link copied to clipboard
+
+
+
+
common
+
+
+
abstract val forwardInfo: ForwardInfo?
+
+
+
+
+ +
+
+
hasProtectedContent +
Link copied to clipboard
+
+
+
+
common
+
+
+
open val hasProtectedContent: Boolean
+
+
+
+
+ +
+
+
messageId +
Link copied to clipboard
+
+
+
+
common
+
+
+
abstract val messageId: MessageIdentifier
+
+
+
+
+ +
+
+
replyMarkup +
Link copied to clipboard
+
+
+
+
common
+
+
+
abstract val replyMarkup: InlineKeyboardMarkup?
+
+
+
+
+ +
+
+
replyTo +
Link copied to clipboard
+
+
+
+
common
+
+
+
abstract val replyTo: Message?
+
+
+
+
+ +
+
+
senderBot +
Link copied to clipboard
+
+
+
+
common
+
+
+
abstract val senderBot: CommonBot?
+
+
+
+
+ +
+
+
senderChat +
Link copied to clipboard
+
+
+
+
common
+
+
+
open override val senderChat: ChannelChat
+
+
+
+
+
+

Inheritors

+
+
+
+
UnconnectedChannelContentMessageImpl +
Link copied to clipboard
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/dev.inmo.tgbotapi.types.message.abstracts/index.html b/docs/dev.inmo.tgbotapi.types.message.abstracts/index.html index 96d6f4c516..1f8e9d8717 100644 --- a/docs/dev.inmo.tgbotapi.types.message.abstracts/index.html +++ b/docs/dev.inmo.tgbotapi.types.message.abstracts/index.html @@ -124,6 +124,26 @@
+ + + + + +
+
+
ConnectedChannelContentMessage +
Link copied to clipboard
+
+
+
+
common
+
+
+ +
+
interface ConnectedChannelContentMessage<T : MessageContent> : ChannelContentMessage<T>
+
+
@@ -464,6 +484,26 @@
interface SupergroupEventMessage<T : SupergroupEvent> : GroupEventMessage<T>
+ + + + + +
+
+
UnconnectedChannelContentMessage +
Link copied to clipboard
+
+
+
+
common
+
+
+ +
+
interface UnconnectedChannelContentMessage<T : MessageContent> : ChannelContentMessage<T>
+
+
diff --git a/docs/dev.inmo.tgbotapi.types.message.content.abstracts/-possibly-sent-via-bot-common-message/index.html b/docs/dev.inmo.tgbotapi.types.message.content.abstracts/-possibly-sent-via-bot-common-message/index.html index 62f74ea34b..20be459084 100644 --- a/docs/dev.inmo.tgbotapi.types.message.content.abstracts/-possibly-sent-via-bot-common-message/index.html +++ b/docs/dev.inmo.tgbotapi.types.message.content.abstracts/-possibly-sent-via-bot-common-message/index.html @@ -93,6 +93,22 @@
+ +
+
+
forwardable +
Link copied to clipboard
+
+
+
+
common
+
+
+
abstract val forwardable: Boolean
+
+
+
+
@@ -109,6 +125,22 @@
+ +
+
+
hasProtectedContent +
Link copied to clipboard
+
+
+
+
common
+
+
+
open val hasProtectedContent: Boolean
+
+
+
+
diff --git a/docs/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/-anonymous-group-content-message-impl.html b/docs/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/-anonymous-group-content-message-impl.html index f72bcd13e0..0c04b6ae85 100644 --- a/docs/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/-anonymous-group-content-message-impl.html +++ b/docs/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/-anonymous-group-content-message-impl.html @@ -13,7 +13,7 @@
-
+

AnonymousGroupContentMessageImpl

-
data class AnonymousGroupContentMessageImpl<T : MessageContent>(chat: GroupChat, messageId: MessageIdentifier, date: DateTime, forwardInfo: ForwardInfo?, editDate: DateTime?, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?, content: T, senderBot: CommonBot?, authorSignature: AuthorSignature?) : AnonymousGroupContentMessage<T>
+
data class AnonymousGroupContentMessageImpl<T : MessageContent>(chat: GroupChat, messageId: MessageIdentifier, date: DateTime, forwardInfo: ForwardInfo?, editDate: DateTime?, forwardable: Boolean, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?, content: T, senderBot: CommonBot?, authorSignature: AuthorSignature?) : AnonymousGroupContentMessage<T>
@@ -109,6 +109,22 @@
+ +
+
+
forwardable +
Link copied to clipboard
+
+
+
+
common
+
+
+
open override val forwardable: Boolean
+
+
+
+
@@ -125,6 +141,22 @@
+ +
+
+
hasProtectedContent +
Link copied to clipboard
+
+
+
+
common
+
+
+
open val hasProtectedContent: Boolean
+
+
+
+
diff --git a/docs/dev.inmo.tgbotapi.types.message/-channel-media-group-message/-channel-media-group-message.html b/docs/dev.inmo.tgbotapi.types.message/-channel-media-group-message/-channel-media-group-message.html index a595599d4f..63fc5a29f0 100644 --- a/docs/dev.inmo.tgbotapi.types.message/-channel-media-group-message/-channel-media-group-message.html +++ b/docs/dev.inmo.tgbotapi.types.message/-channel-media-group-message/-channel-media-group-message.html @@ -13,7 +13,7 @@
-
+

ChannelMediaGroupMessage

-
data class ChannelMediaGroupMessage<T : MediaGroupContent>(messageId: MessageIdentifier, chat: Chat, date: DateTime, mediaGroupId: MediaGroupIdentifier, content: T, editDate: DateTime?, forwardInfo: ForwardInfo?, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?) : MediaGroupMessage<T>
+
data class ChannelMediaGroupMessage<T : MediaGroupContent>(messageId: MessageIdentifier, chat: Chat, date: DateTime, mediaGroupId: MediaGroupIdentifier, content: T, editDate: DateTime?, forwardable: Boolean, forwardInfo: ForwardInfo?, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?) : MediaGroupMessage<T>
@@ -93,6 +93,22 @@
+ +
+
+
forwardable +
Link copied to clipboard
+
+
+
+
common
+
+
+
open override val forwardable: Boolean
+
+
+
+
@@ -109,6 +125,22 @@
+ +
+
+
hasProtectedContent +
Link copied to clipboard
+
+
+
+
common
+
+
+
open val hasProtectedContent: Boolean
+
+
+
+
diff --git a/docs/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/-common-group-content-message-impl.html b/docs/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/-common-group-content-message-impl.html index a219bcf138..276b63e6fc 100644 --- a/docs/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/-common-group-content-message-impl.html +++ b/docs/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/-common-group-content-message-impl.html @@ -13,7 +13,7 @@
-
+

CommonGroupContentMessageImpl

-
data class CommonGroupContentMessageImpl<T : MessageContent>(chat: GroupChat, messageId: MessageIdentifier, from: User, date: DateTime, forwardInfo: ForwardInfo?, editDate: DateTime?, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?, content: T, senderBot: CommonBot?) : CommonGroupContentMessage<T>
+
data class CommonGroupContentMessageImpl<T : MessageContent>(chat: GroupChat, messageId: MessageIdentifier, from: User, date: DateTime, forwardInfo: ForwardInfo?, editDate: DateTime?, forwardable: Boolean, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?, content: T, senderBot: CommonBot?) : CommonGroupContentMessage<T>
@@ -93,6 +93,22 @@
+ +
+
+
forwardable +
Link copied to clipboard
+
+
+
+
common
+
+
+
open override val forwardable: Boolean
+
+
+
+
@@ -125,6 +141,22 @@
+ +
+
+
hasProtectedContent +
Link copied to clipboard
+
+
+
+
common
+
+
+
open val hasProtectedContent: Boolean
+
+
+
+
diff --git a/docs/dev.inmo.tgbotapi.types.message/-common-media-group-message/-common-media-group-message.html b/docs/dev.inmo.tgbotapi.types.message/-common-media-group-message/-common-media-group-message.html index 78f67c255f..632046eae7 100644 --- a/docs/dev.inmo.tgbotapi.types.message/-common-media-group-message/-common-media-group-message.html +++ b/docs/dev.inmo.tgbotapi.types.message/-common-media-group-message/-common-media-group-message.html @@ -13,7 +13,7 @@
-
+

CommonMediaGroupMessage

-
data class CommonMediaGroupMessage<T : MediaGroupContent>(messageId: MessageIdentifier, from: User, chat: Chat, date: DateTime, mediaGroupId: MediaGroupIdentifier, content: T, editDate: DateTime?, forwardInfo: ForwardInfo?, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?) : MediaGroupMessage<T> , FromUserMessage
+
data class CommonMediaGroupMessage<T : MediaGroupContent>(messageId: MessageIdentifier, from: User, chat: Chat, date: DateTime, mediaGroupId: MediaGroupIdentifier, content: T, editDate: DateTime?, forwardable: Boolean, forwardInfo: ForwardInfo?, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?) : MediaGroupMessage<T> , FromUserMessage
@@ -93,6 +93,22 @@
+ +
+
+
forwardable +
Link copied to clipboard
+
+
+
+
common
+
+
+
open override val forwardable: Boolean
+
+
+
+
@@ -125,6 +141,22 @@
+ +
+
+
hasProtectedContent +
Link copied to clipboard
+
+
+
+
common
+
+
+
open val hasProtectedContent: Boolean
+
+
+
+
diff --git a/docs/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/-channel-content-message-impl.html b/docs/dev.inmo.tgbotapi.types.message/-connected-channel-content-message-impl/-connected-channel-content-message-impl.html similarity index 53% rename from docs/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/-channel-content-message-impl.html rename to docs/dev.inmo.tgbotapi.types.message/-connected-channel-content-message-impl/-connected-channel-content-message-impl.html index 1f1ca6bc8a..fd34de078e 100644 --- a/docs/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/-channel-content-message-impl.html +++ b/docs/dev.inmo.tgbotapi.types.message/-connected-channel-content-message-impl/-connected-channel-content-message-impl.html @@ -1,7 +1,7 @@ - ChannelContentMessageImpl + ConnectedChannelContentMessageImpl
@@ -13,21 +13,21 @@
-
+
-

ChannelContentMessageImpl

+

ConnectedChannelContentMessageImpl

-
fun <T : MessageContent> ChannelContentMessageImpl(messageId: MessageIdentifier, chat: ChannelChat, content: T, date: DateTime, editDate: DateTime?, forwardInfo: ForwardInfo?, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?, senderBot: CommonBot?, authorSignature: AuthorSignature?)
+
fun <T : MessageContent> ConnectedChannelContentMessageImpl(messageId: MessageIdentifier, chat: ChannelChat, content: T, date: DateTime, editDate: DateTime?, forwardable: Boolean, forwardInfo: ForwardInfo?, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?, senderBot: CommonBot?, authorSignature: AuthorSignature?)
diff --git a/docs/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/author-signature.html b/docs/dev.inmo.tgbotapi.types.message/-connected-channel-content-message-impl/author-signature.html similarity index 92% rename from docs/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/author-signature.html rename to docs/dev.inmo.tgbotapi.types.message/-connected-channel-content-message-impl/author-signature.html index b31768e7a1..dd589a9c36 100644 --- a/docs/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/author-signature.html +++ b/docs/dev.inmo.tgbotapi.types.message/-connected-channel-content-message-impl/author-signature.html @@ -13,9 +13,9 @@
-
+