editChatInviteLinkUnlimited

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