ForwardMessageReq

telegramium.bots.client.ForwardMessageReq
final case class ForwardMessageReq(chatId: ChatId, fromChatId: ChatId, messageId: Int, messageThreadId: Option[Int], disableNotification: Option[Boolean], protectContent: Option[Boolean])

Value parameters

chatId

Unique identifier for the target chat or username of the target channel (in the format @channelusername)

disableNotification

Sends the message silently. Users will receive a notification with no sound.

fromChatId

Unique identifier for the chat where the original message was sent (or channel username in the format @channelusername)

messageId

Message identifier in the chat specified in from_chat_id

messageThreadId

Unique identifier for the target message thread (topic) of the forum; for forum supergroups only

protectContent

Protects the contents of the forwarded message from forwarding and saving

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product