copyMessage

inline suspend fun TelegramBot.copyMessage(fromChatId: Identifier, messageId: Long, chatId: Long)(source)
inline suspend fun TelegramBot.copyMessage(fromChatId: Long, messageId: Long, chatId: Long)(source)
inline suspend fun TelegramBot.copyMessage(fromChatId: String, messageId: Long, chatId: Long)(source)
inline suspend fun TelegramBot.copyMessage(fromChatId: User, messageId: Long, chatId: Long)(source)
inline suspend fun TelegramBot.copyMessage(fromChatId: Chat, messageId: Long, chatId: Long)(source)