WTelegramClientHelperForwardMessageAsync Method

Overload List

ForwardMessageAsync(Client, Message, InputPeer, InputPeer, Boolean) Asynchronously forwards the provided message to the specified chat.

If you want to make a complete copy of the message and send it instead of simply forwarding it, call function CopyMessageAsync(Client, Message, Channel, Int32) instead.

ForwardMessageAsync(Client, Message, InputPeer, Channel, Boolean, Int32) Asynchronously forwards the provided message to the specified channel.

If you want to make a complete copy of the message and send it instead of simply forwarding it, call function CopyMessageAsync(Client, Message, Channel, Int32) instead.

See Also