github.com/gotd/td/tg.StoryItem.FwdFrom (field)
8 uses
github.com/gotd/td/tg (current package)
tl_story_item_gen.go#L477: FwdFrom StoryFwdHeader
tl_story_item_gen.go#L573: if !(s.FwdFrom.Zero()) {
tl_story_item_gen.go#L648: s.FwdFrom = val
tl_story_item_gen.go#L831: if !(s.FwdFrom.Zero()) {
tl_story_item_gen.go#L875: if err := s.FwdFrom.Encode(b); err != nil {
tl_story_item_gen.go#L983: if err := s.FwdFrom.Decode(b); err != nil {
tl_story_item_gen.go#L1264: s.FwdFrom = value
tl_story_item_gen.go#L1276: return s.FwdFrom, true
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |