CopyMessageAsync(Client, Message, ChatBase)
|
Asynchronously copies the provided message and sends it to the specified chat.
This is an alternative solution to message forwarding,
allowing to make a complete copy of the message instead of simply forwarding it.
If you want to forward a message, call function ForwardMessageAsync(Client, Message, InputPeer, Channel, Boolean, Int32) instead.
|
CopyMessageAsync(Client, Message, Channel, Int32)
|
Asynchronously copies the provided message and sends it to the specified channel.
This is an alternative solution to message forwarding,
allowing to make a complete copy of the message instead of simply forwarding it.
If you want to forward a message, call function ForwardMessageAsync(Client, Message, InputPeer, Channel, Boolean, Int32) instead.
|