github.com/gotd/td/tg.StoriesSendStoryRequest.FwdFromID (field)
9 uses
github.com/gotd/td/tg (current package)
tl_stories_send_story_gen.go#L100: FwdFromID InputPeerClass
tl_stories_send_story_gen.go#L159: if !(s.FwdFromID == nil) {
tl_stories_send_story_gen.go#L218: s.FwdFromID = val
tl_stories_send_story_gen.go#L338: if !(s.FwdFromID == nil) {
tl_stories_send_story_gen.go#L415: if s.FwdFromID == nil {
tl_stories_send_story_gen.go#L418: if err := s.FwdFromID.Encode(b); err != nil {
tl_stories_send_story_gen.go#L543: s.FwdFromID = value
tl_stories_send_story_gen.go#L719: s.FwdFromID = value
tl_stories_send_story_gen.go#L731: return s.FwdFromID, 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. |