You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ go list -m github.com/gotd/td
github.com/gotd/td v0.116.0
Can this issue be reproduced with the latest version?
Yes
What did you do?
if you send a message and save its value, you'll see its FromID is nil. FromID is present in outgoing messages in other libraries like pyrogram or WTelegramClient. i was able to trace a related(?) old PR that might be related, but i'm not so sure considering its age: #289
note: im using GoTGProto, but was able to trace this issue to gotd as GoTGProto is just a wrapper, and its ext.Update.EffectiveMessage embeds tg.Message
What did you expect to see?
a correctly filled FromID.
What did you see instead?
FromID:<nil>
What Go version and environment are you using?
$ go version
go version go1.23.4 darwin/arm64
The text was updated successfully, but these errors were encountered:
What version of gotd are you using?
Can this issue be reproduced with the latest version?
Yes
What did you do?
if you send a message and save its value, you'll see its
FromID
is nil.FromID
is present in outgoing messages in other libraries like pyrogram or WTelegramClient. i was able to trace a related(?) old PR that might be related, but i'm not so sure considering its age: #289note: im using GoTGProto, but was able to trace this issue to gotd as GoTGProto is just a wrapper, and its
ext.Update.EffectiveMessage
embedstg.Message
What did you expect to see?
a correctly filled
FromID
.What did you see instead?
FromID:<nil>
What Go version and environment are you using?
The text was updated successfully, but these errors were encountered: