type github.com/gotd/td/tg.StoryReaction

35 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L4800: 		StoryReactionTypeID:                                                     func() bin.Object { return &StoryReaction{} },
		tl_story_reaction_gen.go#L37: type StoryReaction struct {
		tl_story_reaction_gen.go#L50: func (s StoryReaction) construct() StoryReactionClass { return &s }
		tl_story_reaction_gen.go#L54: 	_ bin.Encoder     = &StoryReaction{}
		tl_story_reaction_gen.go#L55: 	_ bin.Decoder     = &StoryReaction{}
		tl_story_reaction_gen.go#L56: 	_ bin.BareEncoder = &StoryReaction{}
		tl_story_reaction_gen.go#L57: 	_ bin.BareDecoder = &StoryReaction{}
		tl_story_reaction_gen.go#L59: 	_ StoryReactionClass = &StoryReaction{}
		tl_story_reaction_gen.go#L62: func (s *StoryReaction) Zero() bool {
		tl_story_reaction_gen.go#L80: func (s *StoryReaction) String() string {
		tl_story_reaction_gen.go#L84: 	type Alias StoryReaction
		tl_story_reaction_gen.go#L89: func (s *StoryReaction) FillFrom(from interface {
		tl_story_reaction_gen.go#L102: func (*StoryReaction) TypeID() uint32 {
		tl_story_reaction_gen.go#L107: func (*StoryReaction) TypeName() string {
		tl_story_reaction_gen.go#L112: func (s *StoryReaction) TypeInfo() tdp.Type {
		tl_story_reaction_gen.go#L139: func (s *StoryReaction) Encode(b *bin.Buffer) error {
		tl_story_reaction_gen.go#L148: func (s *StoryReaction) EncodeBare(b *bin.Buffer) error {
		tl_story_reaction_gen.go#L169: func (s *StoryReaction) Decode(b *bin.Buffer) error {
		tl_story_reaction_gen.go#L180: func (s *StoryReaction) DecodeBare(b *bin.Buffer) error {
		tl_story_reaction_gen.go#L209: func (s *StoryReaction) GetPeerID() (value PeerClass) {
		tl_story_reaction_gen.go#L217: func (s *StoryReaction) GetDate() (value int) {
		tl_story_reaction_gen.go#L225: func (s *StoryReaction) GetReaction() (value ReactionClass) {
		tl_story_reaction_gen.go#L589: 		v := StoryReaction{}
		tl_story_reaction_slices_gen.go#L122: 		value, ok := elem.(*StoryReaction)
		tl_story_reaction_slices_gen.go#L159: type StoryReactionArray []StoryReaction
		tl_story_reaction_slices_gen.go#L162: func (s StoryReactionArray) Sort(less func(a, b StoryReaction) bool) StoryReactionArray {
		tl_story_reaction_slices_gen.go#L170: func (s StoryReactionArray) SortStable(less func(a, b StoryReaction) bool) StoryReactionArray {
		tl_story_reaction_slices_gen.go#L178: func (s StoryReactionArray) Retain(keep func(x StoryReaction) bool) StoryReactionArray {
		tl_story_reaction_slices_gen.go#L192: func (s StoryReactionArray) First() (v StoryReaction, ok bool) {
		tl_story_reaction_slices_gen.go#L200: func (s StoryReactionArray) Last() (v StoryReaction, ok bool) {
		tl_story_reaction_slices_gen.go#L208: func (s *StoryReactionArray) PopFirst() (v StoryReaction, ok bool) {
		tl_story_reaction_slices_gen.go#L218: 	var zero StoryReaction
		tl_story_reaction_slices_gen.go#L227: func (s *StoryReactionArray) Pop() (v StoryReaction, ok bool) {
		tl_story_reaction_slices_gen.go#L242: 	return s.Sort(func(a, b StoryReaction) bool {
		tl_story_reaction_slices_gen.go#L249: 	return s.SortStable(func(a, b StoryReaction) bool {