Forward Message Request
data class ForwardMessageRequest(chatId: Int, fromChatId: Int, disableNotification: Boolean, messageId: Int)
Content copied to clipboard
Request body for forwardMessage
Parameters
chatId
Unique identifier for the target chat or username of the target channel (in the format @channelusername)
fromChatId
Unique identifier for the chat where the original message was sent (or channel username in the format @channelusername)
disableNotification
Sends the message silently. Users will receive a notification with no sound.
messageId
Message identifier in the chat specified in from_chat_id
Constructors
ForwardMessageRequest
Link copied to clipboard
fun ForwardMessageRequest(chatId: Int, fromChatId: Int, disableNotification: Boolean = false, messageId: Int)
Content copied to clipboard
Unique identifier for the target chat or username of the target channel (in the format @channelusername)
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard