Edit Chat Invite Link With Join Request
data class EditChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, inviteLink: String, name: String?, expirationUnixTimeStamp: TelegramDate?) : EditChatInviteLink<ChatInviteLinkWithJoinRequest> , WithJoinRequestChatInviteLinkRequest
Content copied to clipboard
Represent [https://core.telegram.org/bots/api#editchatinvitelink] request WITHOUT member_limit
and WITH creates_join_request
See also
Constructors
Link copied to clipboard
fun EditChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, inviteLink: String, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null)
Content copied to clipboard
Functions
Properties
Link copied to clipboard
abstract val resultDeserializer: DeserializationStrategy<ChatInviteLinkWithJoinRequest>
Content copied to clipboard