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

24 uses

	github.com/gotd/td/tg (current package)
		tl_found_story_gen.go#L41: type FoundStory struct {
		tl_found_story_gen.go#L53: 	_ bin.Encoder     = &FoundStory{}
		tl_found_story_gen.go#L54: 	_ bin.Decoder     = &FoundStory{}
		tl_found_story_gen.go#L55: 	_ bin.BareEncoder = &FoundStory{}
		tl_found_story_gen.go#L56: 	_ bin.BareDecoder = &FoundStory{}
		tl_found_story_gen.go#L59: func (f *FoundStory) Zero() bool {
		tl_found_story_gen.go#L74: func (f *FoundStory) String() string {
		tl_found_story_gen.go#L78: 	type Alias FoundStory
		tl_found_story_gen.go#L83: func (f *FoundStory) FillFrom(from interface {
		tl_found_story_gen.go#L94: func (*FoundStory) TypeID() uint32 {
		tl_found_story_gen.go#L99: func (*FoundStory) TypeName() string {
		tl_found_story_gen.go#L104: func (f *FoundStory) TypeInfo() tdp.Type {
		tl_found_story_gen.go#L127: func (f *FoundStory) Encode(b *bin.Buffer) error {
		tl_found_story_gen.go#L136: func (f *FoundStory) EncodeBare(b *bin.Buffer) error {
		tl_found_story_gen.go#L156: func (f *FoundStory) Decode(b *bin.Buffer) error {
		tl_found_story_gen.go#L167: func (f *FoundStory) DecodeBare(b *bin.Buffer) error {
		tl_found_story_gen.go#L189: func (f *FoundStory) GetPeer() (value PeerClass) {
		tl_found_story_gen.go#L197: func (f *FoundStory) GetStory() (value StoryItemClass) {
		tl_registry_gen.go#L6345: 		FoundStoryTypeID:                                                        func() bin.Object { return &FoundStory{} },
		tl_stories_found_stories_gen.go#L50: 	Stories []FoundStory
		tl_stories_found_stories_gen.go#L110: 	GetStories() (value []FoundStory)
		tl_stories_found_stories_gen.go#L264: 			f.Stories = make([]FoundStory, 0, headerLen%bin.PreallocateLimit)
		tl_stories_found_stories_gen.go#L267: 			var value FoundStory
		tl_stories_found_stories_gen.go#L327: func (f *StoriesFoundStories) GetStories() (value []FoundStory) {