copyMessage

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