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

39 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L1250: type StoryIDHandler func(ctx context.Context, e Entities, update *UpdateStoryID) error
		tl_handlers_gen.go#L1255: 		return handler(ctx, e, update.(*UpdateStoryID))
		tl_registry_gen.go#L3942: 		UpdateStoryIDTypeID:                                      func() bin.Object { return &UpdateStoryID{} },
		tl_update_gen.go#L23036: type UpdateStoryID struct {
		tl_update_gen.go#L23050: func (u UpdateStoryID) construct() UpdateClass { return &u }
		tl_update_gen.go#L23054: 	_ bin.Encoder     = &UpdateStoryID{}
		tl_update_gen.go#L23055: 	_ bin.Decoder     = &UpdateStoryID{}
		tl_update_gen.go#L23056: 	_ bin.BareEncoder = &UpdateStoryID{}
		tl_update_gen.go#L23057: 	_ bin.BareDecoder = &UpdateStoryID{}
		tl_update_gen.go#L23059: 	_ UpdateClass = &UpdateStoryID{}
		tl_update_gen.go#L23062: func (u *UpdateStoryID) Zero() bool {
		tl_update_gen.go#L23077: func (u *UpdateStoryID) String() string {
		tl_update_gen.go#L23081: 	type Alias UpdateStoryID
		tl_update_gen.go#L23086: func (u *UpdateStoryID) FillFrom(from interface {
		tl_update_gen.go#L23097: func (*UpdateStoryID) TypeID() uint32 {
		tl_update_gen.go#L23102: func (*UpdateStoryID) TypeName() string {
		tl_update_gen.go#L23107: func (u *UpdateStoryID) TypeInfo() tdp.Type {
		tl_update_gen.go#L23130: func (u *UpdateStoryID) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L23139: func (u *UpdateStoryID) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L23149: func (u *UpdateStoryID) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L23160: func (u *UpdateStoryID) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L23182: func (u *UpdateStoryID) GetID() (value int) {
		tl_update_gen.go#L23190: func (u *UpdateStoryID) GetRandomID() (value int64) {
		tl_update_gen.go#L25749: 		v := UpdateStoryID{}
		tl_update_slices_gen.go#L1409: 		value, ok := elem.(*UpdateStoryID)
		tl_update_slices_gen.go#L9839: type UpdateStoryIDArray []UpdateStoryID
		tl_update_slices_gen.go#L9842: func (s UpdateStoryIDArray) Sort(less func(a, b UpdateStoryID) bool) UpdateStoryIDArray {
		tl_update_slices_gen.go#L9850: func (s UpdateStoryIDArray) SortStable(less func(a, b UpdateStoryID) bool) UpdateStoryIDArray {
		tl_update_slices_gen.go#L9858: func (s UpdateStoryIDArray) Retain(keep func(x UpdateStoryID) bool) UpdateStoryIDArray {
		tl_update_slices_gen.go#L9872: func (s UpdateStoryIDArray) First() (v UpdateStoryID, ok bool) {
		tl_update_slices_gen.go#L9880: func (s UpdateStoryIDArray) Last() (v UpdateStoryID, ok bool) {
		tl_update_slices_gen.go#L9888: func (s *UpdateStoryIDArray) PopFirst() (v UpdateStoryID, ok bool) {
		tl_update_slices_gen.go#L9898: 	var zero UpdateStoryID
		tl_update_slices_gen.go#L9907: func (s *UpdateStoryIDArray) Pop() (v UpdateStoryID, ok bool) {
		tl_update_slices_gen.go#L9922: 	return s.Sort(func(a, b UpdateStoryID) bool {
		tl_update_slices_gen.go#L9929: 	return s.SortStable(func(a, b UpdateStoryID) bool {
		tl_update_slices_gen.go#L9935: func (s UpdateStoryIDArray) FillMap(to map[int]UpdateStoryID) {
		tl_update_slices_gen.go#L9942: func (s UpdateStoryIDArray) ToMap() map[int]UpdateStoryID {
		tl_update_slices_gen.go#L9943: 	r := make(map[int]UpdateStoryID, len(s))