github.com/gotd/td/tg.StoryItem.SentReaction (field)
9 uses
github.com/gotd/td/tg (current package)
tl_story_item_gen.go#L514: SentReaction ReactionClass
tl_story_item_gen.go#L597: if !(s.SentReaction == nil) {
tl_story_item_gen.go#L674: s.SentReaction = val
tl_story_item_gen.go#L849: if !(s.SentReaction == nil) {
tl_story_item_gen.go#L928: if s.SentReaction == nil {
tl_story_item_gen.go#L931: if err := s.SentReaction.Encode(b); err != nil {
tl_story_item_gen.go#L1069: s.SentReaction = value
tl_story_item_gen.go#L1388: s.SentReaction = value
tl_story_item_gen.go#L1400: return s.SentReaction, 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. |