Forwarding message with TLSharp library (C#)
You can do that with this nice trick which is hilarious: this code is below:
new TLInputPeerChannel { channel_id = chat.id, access_hash = cha.access_hash.Value }, offset,
maxId, limit);
This code can be used for forward
**
await client.SendRequestAsync<TLAbsUpdates>( new TLRequestForwardMessage() { id = item2.Id, peer = new TLInputPeerChat() { chat_id = item.id }, random_id = Helpers.GenerateRandomLong(), });
---------------------------------------
**---------------------------------