From e9f0e30ff2e14c669f2eacda41227f2772e2dca0 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Thu, 11 Nov 2021 06:18:05 +0000 Subject: [PATCH] deploy: e4f35c0ebacf7f1afac034d70c9910bc447205b9 --- .../-chat-invite-link-unlimited/index.html | 22 ++++++++++++++-- .../index.html | 26 +++++++++++++++++-- .../index.html | 22 ++++++++++++++-- .../-chat-invite-link/index.html | 2 +- .../-chat-join-request/index.html | 22 ++++++++++++++-- .../-primary-invite-link/index.html | 22 ++++++++++++++-- .../-secondary-chat-invite-link/index.html | 2 +- docs/dev.inmo.tgbotapi.types/index.html | 14 +++++----- 8 files changed, 113 insertions(+), 19 deletions(-) diff --git a/docs/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/index.html b/docs/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/index.html index c7b374ac22..e7fa70e95b 100644 --- a/docs/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/index.html +++ b/docs/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/index.html @@ -23,11 +23,29 @@

ChatInviteLinkUnlimited

-
data class ChatInviteLinkUnlimited(inviteLink: String, creator: User, name: String?, isRevoked: Boolean, expireDate: TelegramDate?) : SecondaryChatInviteLink
+
data class ChatInviteLinkUnlimited(inviteLink: String, creator: User, name: String?, isRevoked: Boolean, expireDate: TelegramDate?) : SecondaryChatInviteLink

Represent SecondaryChatInviteLink which have no any restrictions like ChatInviteLinkWithJoinRequest or ChatInviteLinkWithLimitedMembers

-
+
+

Constructors

+
+
+
+
ChatInviteLinkUnlimited +
Link copied to clipboard
+
+
+
+
common
+
+
+
fun ChatInviteLinkUnlimited(inviteLink: String, creator: User, name: String? = null, isRevoked: Boolean = false, expireDate: TelegramDate? = null)
+
+
+
+
+

Properties

diff --git a/docs/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/index.html b/docs/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/index.html index 5a981c87b3..30c9a0d69b 100644 --- a/docs/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/index.html +++ b/docs/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/index.html @@ -23,11 +23,33 @@

ChatInviteLinkWithJoinRequest

-
data class ChatInviteLinkWithJoinRequest(inviteLink: String, creator: User, name: String?, leftToReview: Int, isRevoked: Boolean, expireDate: TelegramDate?) : SecondaryChatInviteLink
+
data class ChatInviteLinkWithJoinRequest(inviteLink: String, creator: User, name: String?, leftToReview: Int, isRevoked: Boolean, expireDate: TelegramDate?) : SecondaryChatInviteLink

Represent SecondaryChatInviteLink which will require an aprovement from one of the administrators

-
+
+

See also

+ +

Constructors

+
+
+
+
ChatInviteLinkWithJoinRequest +
Link copied to clipboard
+
+
+
+
common
+
+
+
fun ChatInviteLinkWithJoinRequest(inviteLink: String, creator: User, name: String? = null, leftToReview: Int = 0, isRevoked: Boolean = false, expireDate: TelegramDate? = null)
+
+
+
+
+

Properties

diff --git a/docs/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/index.html b/docs/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/index.html index 94adb9f5f5..2bab57094a 100644 --- a/docs/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/index.html +++ b/docs/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/index.html @@ -23,11 +23,29 @@

ChatInviteLinkWithLimitedMembers

-
data class ChatInviteLinkWithLimitedMembers(inviteLink: String, creator: User, name: String?, membersLimit: MembersLimit, isRevoked: Boolean, expireDate: TelegramDate?) : SecondaryChatInviteLink
+
data class ChatInviteLinkWithLimitedMembers(inviteLink: String, creator: User, name: String?, membersLimit: MembersLimit, isRevoked: Boolean, expireDate: TelegramDate?) : SecondaryChatInviteLink

Represent SecondaryChatInviteLink which will have limitation for the amount of chat members to join

-
+
+

Constructors

+
+
+
+
ChatInviteLinkWithLimitedMembers +
Link copied to clipboard
+
+
+
+
common
+
+
+
fun ChatInviteLinkWithLimitedMembers(inviteLink: String, creator: User, name: String? = null, membersLimit: MembersLimit, isRevoked: Boolean = false, expireDate: TelegramDate? = null)
+
+
+
+
+

Properties

diff --git a/docs/dev.inmo.tgbotapi.types/-chat-invite-link/index.html b/docs/dev.inmo.tgbotapi.types/-chat-invite-link/index.html index 04f9ea42b3..22d2a88c2f 100644 --- a/docs/dev.inmo.tgbotapi.types/-chat-invite-link/index.html +++ b/docs/dev.inmo.tgbotapi.types/-chat-invite-link/index.html @@ -23,7 +23,7 @@

ChatInviteLink

-
interface ChatInviteLink : WithUser
+
interface ChatInviteLink : WithUser

Base interface for all chat invite links. See inheritors for more info or official docs

diff --git a/docs/dev.inmo.tgbotapi.types/-chat-join-request/index.html b/docs/dev.inmo.tgbotapi.types/-chat-join-request/index.html index 06713b93f2..683bbe9299 100644 --- a/docs/dev.inmo.tgbotapi.types/-chat-join-request/index.html +++ b/docs/dev.inmo.tgbotapi.types/-chat-join-request/index.html @@ -23,11 +23,29 @@

ChatJoinRequest

-
data class ChatJoinRequest(chat: PublicChat, from: User, date: TelegramDate, inviteLink: ChatInviteLink, bio: String?) : FromUser
+
data class ChatJoinRequest(chat: PublicChat, from: User, date: TelegramDate, inviteLink: ChatInviteLink, bio: String?) : FromUser

Represent a ChatJoinRequest

-
+
+

Constructors

+
+
+
+
ChatJoinRequest +
Link copied to clipboard
+
+
+
+
common
+
+
+
fun ChatJoinRequest(chat: PublicChat, from: User, date: TelegramDate, inviteLink: ChatInviteLink, bio: String? = null)
+
+
+
+
+

Properties

diff --git a/docs/dev.inmo.tgbotapi.types/-primary-invite-link/index.html b/docs/dev.inmo.tgbotapi.types/-primary-invite-link/index.html index d6e151889d..e1f1ef88e1 100644 --- a/docs/dev.inmo.tgbotapi.types/-primary-invite-link/index.html +++ b/docs/dev.inmo.tgbotapi.types/-primary-invite-link/index.html @@ -23,11 +23,29 @@

PrimaryInviteLink

-
data class PrimaryInviteLink(inviteLink: String, creator: User, isRevoked: Boolean, expireDate: TelegramDate?) : ChatInviteLink
+
data class PrimaryInviteLink(inviteLink: String, creator: User, isRevoked: Boolean, expireDate: TelegramDate?) : ChatInviteLink

Primary invite link in the chat for this bot

-
+
+

Constructors

+
+
+
+
PrimaryInviteLink +
Link copied to clipboard
+
+
+
+
common
+
+
+
fun PrimaryInviteLink(inviteLink: String, creator: User, isRevoked: Boolean = false, expireDate: TelegramDate? = null)
+
+
+
+
+

Properties

diff --git a/docs/dev.inmo.tgbotapi.types/-secondary-chat-invite-link/index.html b/docs/dev.inmo.tgbotapi.types/-secondary-chat-invite-link/index.html index c2097257ff..f1046e551b 100644 --- a/docs/dev.inmo.tgbotapi.types/-secondary-chat-invite-link/index.html +++ b/docs/dev.inmo.tgbotapi.types/-secondary-chat-invite-link/index.html @@ -23,7 +23,7 @@

SecondaryChatInviteLink

-
interface SecondaryChatInviteLink : ChatInviteLink
+
interface SecondaryChatInviteLink : ChatInviteLink

Base interface for all ChatInviteLinks which are NOT PrimaryInviteLink

diff --git a/docs/dev.inmo.tgbotapi.types/index.html b/docs/dev.inmo.tgbotapi.types/index.html index 5bbea49fe4..f8aa996b7c 100644 --- a/docs/dev.inmo.tgbotapi.types/index.html +++ b/docs/dev.inmo.tgbotapi.types/index.html @@ -183,7 +183,7 @@
interface ChatInviteLink : WithUser
-
+

Base interface for all chat invite links. See inheritors for more info or official docs

@@ -223,7 +223,7 @@
data class ChatInviteLinkUnlimited(inviteLink: String, creator: User, name: String?, isRevoked: Boolean, expireDate: TelegramDate?) : SecondaryChatInviteLink
-
+
@@ -243,7 +243,7 @@
data class ChatInviteLinkWithJoinRequest(inviteLink: String, creator: User, name: String?, leftToReview: Int, isRevoked: Boolean, expireDate: TelegramDate?) : SecondaryChatInviteLink
-
+

Represent SecondaryChatInviteLink which will require an aprovement from one of the administrators

@@ -263,7 +263,7 @@
data class ChatInviteLinkWithLimitedMembers(inviteLink: String, creator: User, name: String?, membersLimit: MembersLimit, isRevoked: Boolean, expireDate: TelegramDate?) : SecondaryChatInviteLink
-
+

Represent SecondaryChatInviteLink which will have limitation for the amount of chat members to join

@@ -283,7 +283,7 @@
data class ChatJoinRequest(chat: PublicChat, from: User, date: TelegramDate, inviteLink: ChatInviteLink, bio: String?) : FromUser
- +

Represent a ChatJoinRequest

@@ -963,7 +963,7 @@
data class PrimaryInviteLink(inviteLink: String, creator: User, isRevoked: Boolean, expireDate: TelegramDate?) : ChatInviteLink
- +

Primary invite link in the chat for this bot

@@ -1063,7 +1063,7 @@
interface SecondaryChatInviteLink : ChatInviteLink
- +

Base interface for all ChatInviteLinks which are NOT PrimaryInviteLink