copyMessages
inline suspend fun TelegramBot.copyMessages(fromChatId: Identifier, messageIds: List<Long>, chatId: Long)(source)
inline suspend fun TelegramBot.copyMessages(fromChatId: Long, vararg messageId: Long, chatId: Long)(source)
inline suspend fun TelegramBot.copyMessages(fromChatId: String, vararg messageId: Long, chatId: Long)(source)
inline suspend fun TelegramBot.copyMessages(fromChatId: User, vararg messageId: Long, chatId: Long)(source)
inline suspend fun TelegramBot.copyMessages(fromChatId: Chat, vararg messageId: Long, chatId: Long)(source)