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

34 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L1230: type StoryHandler func(ctx context.Context, e Entities, update *UpdateStory) error
		tl_handlers_gen.go#L1235: 		return handler(ctx, e, update.(*UpdateStory))
		tl_registry_gen.go#L3940: 		UpdateStoryTypeID:                                        func() bin.Object { return &UpdateStory{} },
		tl_update_gen.go#L22687: type UpdateStory struct {
		tl_update_gen.go#L22698: func (u UpdateStory) construct() UpdateClass { return &u }
		tl_update_gen.go#L22702: 	_ bin.Encoder     = &UpdateStory{}
		tl_update_gen.go#L22703: 	_ bin.Decoder     = &UpdateStory{}
		tl_update_gen.go#L22704: 	_ bin.BareEncoder = &UpdateStory{}
		tl_update_gen.go#L22705: 	_ bin.BareDecoder = &UpdateStory{}
		tl_update_gen.go#L22707: 	_ UpdateClass = &UpdateStory{}
		tl_update_gen.go#L22710: func (u *UpdateStory) Zero() bool {
		tl_update_gen.go#L22725: func (u *UpdateStory) String() string {
		tl_update_gen.go#L22729: 	type Alias UpdateStory
		tl_update_gen.go#L22734: func (u *UpdateStory) FillFrom(from interface {
		tl_update_gen.go#L22745: func (*UpdateStory) TypeID() uint32 {
		tl_update_gen.go#L22750: func (*UpdateStory) TypeName() string {
		tl_update_gen.go#L22755: func (u *UpdateStory) TypeInfo() tdp.Type {
		tl_update_gen.go#L22778: func (u *UpdateStory) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L22787: func (u *UpdateStory) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L22807: func (u *UpdateStory) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L22818: func (u *UpdateStory) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L22840: func (u *UpdateStory) GetPeer() (value PeerClass) {
		tl_update_gen.go#L22848: func (u *UpdateStory) GetStory() (value StoryItemClass) {
		tl_update_gen.go#L25735: 		v := UpdateStory{}
		tl_update_slices_gen.go#L1383: 		value, ok := elem.(*UpdateStory)
		tl_update_slices_gen.go#L9675: type UpdateStoryArray []UpdateStory
		tl_update_slices_gen.go#L9678: func (s UpdateStoryArray) Sort(less func(a, b UpdateStory) bool) UpdateStoryArray {
		tl_update_slices_gen.go#L9686: func (s UpdateStoryArray) SortStable(less func(a, b UpdateStory) bool) UpdateStoryArray {
		tl_update_slices_gen.go#L9694: func (s UpdateStoryArray) Retain(keep func(x UpdateStory) bool) UpdateStoryArray {
		tl_update_slices_gen.go#L9708: func (s UpdateStoryArray) First() (v UpdateStory, ok bool) {
		tl_update_slices_gen.go#L9716: func (s UpdateStoryArray) Last() (v UpdateStory, ok bool) {
		tl_update_slices_gen.go#L9724: func (s *UpdateStoryArray) PopFirst() (v UpdateStory, ok bool) {
		tl_update_slices_gen.go#L9734: 	var zero UpdateStory
		tl_update_slices_gen.go#L9743: func (s *UpdateStoryArray) Pop() (v UpdateStory, ok bool) {