type github.com/gotd/td/tg.StoryReactionClass
23 uses
github.com/gotd/td/tg (current package)
tl_stories_story_reactions_list_gen.go#L43: Reactions []StoryReactionClass
tl_stories_story_reactions_list_gen.go#L103: GetReactions() (value []StoryReactionClass)
tl_stories_story_reactions_list_gen.go#L260: s.Reactions = make([]StoryReactionClass, 0, headerLen%bin.PreallocateLimit)
tl_stories_story_reactions_list_gen.go#L323: func (s *StoriesStoryReactionsList) GetReactions() (value []StoryReactionClass) {
tl_story_reaction_gen.go#L50: func (s StoryReaction) construct() StoryReactionClass { return &s }
tl_story_reaction_gen.go#L59: _ StoryReactionClass = &StoryReaction{}
tl_story_reaction_gen.go#L244: func (s StoryReactionPublicForward) construct() StoryReactionClass { return &s }
tl_story_reaction_gen.go#L253: _ StoryReactionClass = &StoryReactionPublicForward{}
tl_story_reaction_gen.go#L385: func (s StoryReactionPublicRepost) construct() StoryReactionClass { return &s }
tl_story_reaction_gen.go#L394: _ StoryReactionClass = &StoryReactionPublicRepost{}
tl_story_reaction_gen.go#L561: type StoryReactionClass interface {
tl_story_reaction_gen.go#L566: construct() StoryReactionClass
tl_story_reaction_gen.go#L581: func DecodeStoryReaction(buf *bin.Buffer) (StoryReactionClass, error) {
tl_story_reaction_gen.go#L615: StoryReaction StoryReactionClass
tl_story_reaction_slices_gen.go#L38: type StoryReactionClassArray []StoryReactionClass
tl_story_reaction_slices_gen.go#L41: func (s StoryReactionClassArray) Sort(less func(a, b StoryReactionClass) bool) StoryReactionClassArray {
tl_story_reaction_slices_gen.go#L49: func (s StoryReactionClassArray) SortStable(less func(a, b StoryReactionClass) bool) StoryReactionClassArray {
tl_story_reaction_slices_gen.go#L57: func (s StoryReactionClassArray) Retain(keep func(x StoryReactionClass) bool) StoryReactionClassArray {
tl_story_reaction_slices_gen.go#L71: func (s StoryReactionClassArray) First() (v StoryReactionClass, ok bool) {
tl_story_reaction_slices_gen.go#L79: func (s StoryReactionClassArray) Last() (v StoryReactionClass, ok bool) {
tl_story_reaction_slices_gen.go#L87: func (s *StoryReactionClassArray) PopFirst() (v StoryReactionClass, ok bool) {
tl_story_reaction_slices_gen.go#L97: var zero StoryReactionClass
tl_story_reaction_slices_gen.go#L106: func (s *StoryReactionClassArray) Pop() (v StoryReactionClass, ok bool) {
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. |