cjongseok / mtproto

Telegram MTProto and its proxy (over gRPC) in Go (golang). API Layer: 71
Apache License 2.0
151 stars 20 forks source link

TL_messageFwdHeader update #4

Closed biter777 closed 6 years ago

biter777 commented 6 years ago

Hi! Thnx you for you work!

Can you update TL_messageFwdHeader to recive a filds "Saved_from_peer" and "Saved_from_msg_id" ? Please.

cjongseok commented 6 years ago

MTProto is defined by Telegram guys, so that the feature is out of scope of this repository. I think you can mashup functions to get desired information. Thanks