editChatInviteLinkWithJoinRequest

suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(    chatId: ChatIdentifier,     previousLink: String,     name: String? = null,     expiration: TelegramDate? = null): ChatInviteLinkWithJoinRequest
suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(    chat: PublicChat,     previousLink: String,     name: String? = null,     expiration: TelegramDate? = null): ChatInviteLinkWithJoinRequest
suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(    chatId: ChatIdentifier,     previousLink: String,     expiration: DateTime,     name: String? = null): ChatInviteLinkWithJoinRequest
suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(    chat: PublicChat,     previousLink: String,     expiration: DateTime,     name: String? = null): ChatInviteLinkWithJoinRequest
suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(    chatId: ChatIdentifier,     previousLink: ChatInviteLink,     name: String? = null,     expiration: TelegramDate? = null): ChatInviteLinkWithJoinRequest
suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(    chat: PublicChat,     previousLink: ChatInviteLink,     name: String? = null,     expiration: TelegramDate? = null): ChatInviteLinkWithJoinRequest
suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(    chatId: ChatIdentifier,     previousLink: ChatInviteLink,     expiration: DateTime,     name: String? = null): ChatInviteLinkWithJoinRequest
suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(    chat: PublicChat,     previousLink: ChatInviteLink,     expiration: DateTime,     name: String? = null): ChatInviteLinkWithJoinRequest