EditChatInviteLinkWithJoinRequest
data class EditChatInviteLinkWithJoinRequest(val chatId: ChatIdentifier, val inviteLink: String, val name: String? = null, val expirationUnixTimeStamp: TelegramDate? = null) : EditChatInviteLink<ChatInviteLinkWithJoinRequest> , WithJoinRequestChatInviteLinkRequest
Represent [https://core.telegram.org/bots/api#editchatinvitelink] request WITHOUT member_limit and WITH creates_join_request
See also
Constructors
Link copied to clipboard
constructor(chatId: ChatIdentifier, inviteLink: String, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null)