github.com/gotd/td/tg.StoriesStoryReactionsList.Reactions (field)
10 uses
github.com/gotd/td/tg (current package)
tl_stories_story_reactions_list_gen.go#L50: Reactions []StoryReactionClass
tl_stories_story_reactions_list_gen.go#L86: if !(s.Reactions == nil) {
tl_stories_story_reactions_list_gen.go#L120: s.Reactions = from.GetReactions()
tl_stories_story_reactions_list_gen.go#L203: b.PutVectorHeader(len(s.Reactions))
tl_stories_story_reactions_list_gen.go#L204: for idx, v := range s.Reactions {
tl_stories_story_reactions_list_gen.go#L271: s.Reactions = make([]StoryReactionClass, 0, headerLen%bin.PreallocateLimit)
tl_stories_story_reactions_list_gen.go#L278: s.Reactions = append(s.Reactions, value)
tl_stories_story_reactions_list_gen.go#L338: return s.Reactions
tl_stories_story_reactions_list_gen.go#L377: return StoryReactionClassArray(s.Reactions)
![]() |
The pages are generated with Golds v0.8.5. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |