Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ForwardMessagesParams

interface used for forwarding messages

Hierarchy

  • ForwardMessagesParams

Index

Properties

The message(s) to forward, or their integer IDs.

fromPeer: EntityLike

If the given messages are integer IDs and not instances of the Message class, this must be specified in order for the forward to work.

silent?: boolean

Whether the message should notify people with sound or not.
Defaults to false (send with a notification sound unless the person has the chat muted). Set it to true to alter this behaviour.

schedule?: number

If set, the message(s) won't forward immediately, and instead they will be scheduled to be automatically sent at a later time.

dropAuthor?: boolean
noforwards?: boolean

Generated using TypeDoc