copyMessage

inline suspend fun TelegramBot.copyMessage(    fromChatId: ChatIdentifier,     messageId: MessageIdentifier,     toChatId: ChatIdentifier,     text: String? = null,     parseMode: ParseMode? = null,     disableNotification: Boolean = false,     protectContent: Boolean = false,     replyToMessageId: MessageIdentifier? = null,     allowSendingWithoutReply: Boolean? = null,     replyMarkup: KeyboardMarkup? = null): Long
inline suspend fun TelegramBot.copyMessage(    fromChat: Chat,     messageId: MessageIdentifier,     toChatId: ChatIdentifier,     text: String? = null,     parseMode: ParseMode? = null,     disableNotification: Boolean = false,     protectContent: Boolean = false,     replyToMessageId: MessageIdentifier? = null,     allowSendingWithoutReply: Boolean? = null,     replyMarkup: KeyboardMarkup? = null): Long
inline suspend fun TelegramBot.copyMessage(    fromChatId: ChatIdentifier,     messageId: MessageIdentifier,     toChat: Chat,     text: String? = null,     parseMode: ParseMode? = null,     disableNotification: Boolean = false,     protectContent: Boolean = false,     replyToMessageId: MessageIdentifier? = null,     allowSendingWithoutReply: Boolean? = null,     replyMarkup: KeyboardMarkup? = null): Long
inline suspend fun TelegramBot.copyMessage(    fromChat: Chat,     messageId: MessageIdentifier,     toChat: Chat,     text: String? = null,     parseMode: ParseMode? = null,     disableNotification: Boolean = false,     protectContent: Boolean = false,     replyToMessageId: MessageIdentifier? = null,     allowSendingWithoutReply: Boolean? = null,     replyMarkup: KeyboardMarkup? = null): Long
inline suspend fun TelegramBot.copyMessage(    fromChatId: ChatIdentifier,     messageId: MessageIdentifier,     toChatId: ChatIdentifier,     entities: TextSourcesList,     disableNotification: Boolean = false,     protectContent: Boolean = false,     replyToMessageId: MessageIdentifier? = null,     allowSendingWithoutReply: Boolean? = null,     replyMarkup: KeyboardMarkup? = null): Long
inline suspend fun TelegramBot.copyMessage(    fromChat: Chat,     messageId: MessageIdentifier,     toChatId: ChatIdentifier,     entities: TextSourcesList,     disableNotification: Boolean = false,     protectContent: Boolean = false,     replyToMessageId: MessageIdentifier? = null,     allowSendingWithoutReply: Boolean? = null,     replyMarkup: KeyboardMarkup? = null): Long
inline suspend fun TelegramBot.copyMessage(    fromChatId: ChatIdentifier,     messageId: MessageIdentifier,     toChat: Chat,     entities: TextSourcesList,     disableNotification: Boolean = false,     protectContent: Boolean = false,     replyToMessageId: MessageIdentifier? = null,     allowSendingWithoutReply: Boolean? = null,     replyMarkup: KeyboardMarkup? = null): Long
inline suspend fun TelegramBot.copyMessage(    fromChat: Chat,     messageId: MessageIdentifier,     toChat: Chat,     entities: TextSourcesList,     disableNotification: Boolean = false,     protectContent: Boolean = false,     replyToMessageId: MessageIdentifier? = null,     allowSendingWithoutReply: Boolean? = null,     replyMarkup: KeyboardMarkup? = null): Long
inline suspend fun TelegramBot.copyMessage(    toChatId: ChatIdentifier,     message: Message,     text: String? = null,     parseMode: ParseMode? = null,     disableNotification: Boolean = false,     protectContent: Boolean = false,     replyToMessageId: MessageIdentifier? = null,     allowSendingWithoutReply: Boolean? = null,     replyMarkup: KeyboardMarkup? = null): Long
inline suspend fun TelegramBot.copyMessage(    toChat: Chat,     message: Message,     text: String? = null,     parseMode: ParseMode? = null,     disableNotification: Boolean = false,     protectContent: Boolean = false,     replyToMessageId: MessageIdentifier? = null,     allowSendingWithoutReply: Boolean? = null,     replyMarkup: KeyboardMarkup? = null): Long
inline suspend fun TelegramBot.copyMessage(    toChatId: ChatIdentifier,     message: Message,     entities: TextSourcesList,     disableNotification: Boolean = false,     protectContent: Boolean = false,     replyToMessageId: MessageIdentifier? = null,     allowSendingWithoutReply: Boolean? = null,     replyMarkup: KeyboardMarkup? = null): Long
inline suspend fun TelegramBot.copyMessage(    toChat: Chat,     message: Message,     entities: TextSourcesList,     disableNotification: Boolean = false,     protectContent: Boolean = false,     replyToMessageId: MessageIdentifier? = null,     allowSendingWithoutReply: Boolean? = null,     replyMarkup: KeyboardMarkup? = null): Long

Parameters