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

34 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L4755: 		StoriesAllStoriesNotModifiedTypeID:                                      func() bin.Object { return &StoriesAllStoriesNotModified{} },
		tl_stories_all_stories_gen.go#L41: type StoriesAllStoriesNotModified struct {
		tl_stories_all_stories_gen.go#L60: func (a StoriesAllStoriesNotModified) construct() StoriesAllStoriesClass { return &a }
		tl_stories_all_stories_gen.go#L64: 	_ bin.Encoder     = &StoriesAllStoriesNotModified{}
		tl_stories_all_stories_gen.go#L65: 	_ bin.Decoder     = &StoriesAllStoriesNotModified{}
		tl_stories_all_stories_gen.go#L66: 	_ bin.BareEncoder = &StoriesAllStoriesNotModified{}
		tl_stories_all_stories_gen.go#L67: 	_ bin.BareDecoder = &StoriesAllStoriesNotModified{}
		tl_stories_all_stories_gen.go#L69: 	_ StoriesAllStoriesClass = &StoriesAllStoriesNotModified{}
		tl_stories_all_stories_gen.go#L72: func (a *StoriesAllStoriesNotModified) Zero() bool {
		tl_stories_all_stories_gen.go#L90: func (a *StoriesAllStoriesNotModified) String() string {
		tl_stories_all_stories_gen.go#L94: 	type Alias StoriesAllStoriesNotModified
		tl_stories_all_stories_gen.go#L99: func (a *StoriesAllStoriesNotModified) FillFrom(from interface {
		tl_stories_all_stories_gen.go#L110: func (*StoriesAllStoriesNotModified) TypeID() uint32 {
		tl_stories_all_stories_gen.go#L115: func (*StoriesAllStoriesNotModified) TypeName() string {
		tl_stories_all_stories_gen.go#L120: func (a *StoriesAllStoriesNotModified) TypeInfo() tdp.Type {
		tl_stories_all_stories_gen.go#L143: func (a *StoriesAllStoriesNotModified) SetFlags() {
		tl_stories_all_stories_gen.go#L147: func (a *StoriesAllStoriesNotModified) Encode(b *bin.Buffer) error {
		tl_stories_all_stories_gen.go#L156: func (a *StoriesAllStoriesNotModified) EncodeBare(b *bin.Buffer) error {
		tl_stories_all_stories_gen.go#L172: func (a *StoriesAllStoriesNotModified) Decode(b *bin.Buffer) error {
		tl_stories_all_stories_gen.go#L183: func (a *StoriesAllStoriesNotModified) DecodeBare(b *bin.Buffer) error {
		tl_stories_all_stories_gen.go#L208: func (a *StoriesAllStoriesNotModified) GetState() (value string) {
		tl_stories_all_stories_gen.go#L216: func (a *StoriesAllStoriesNotModified) GetStealthMode() (value StoriesStealthMode) {
		tl_stories_all_stories_gen.go#L669: func (a *StoriesAllStoriesNotModified) AsModified() (*StoriesAllStories, bool) {
		tl_stories_all_stories_gen.go#L687: 		v := StoriesAllStoriesNotModified{}
		tl_stories_all_stories_slices_gen.go#L122: 		value, ok := elem.(*StoriesAllStoriesNotModified)
		tl_stories_all_stories_slices_gen.go#L201: type StoriesAllStoriesNotModifiedArray []StoriesAllStoriesNotModified
		tl_stories_all_stories_slices_gen.go#L204: func (s StoriesAllStoriesNotModifiedArray) Sort(less func(a, b StoriesAllStoriesNotModified) bool) StoriesAllStoriesNotModifiedArray {
		tl_stories_all_stories_slices_gen.go#L212: func (s StoriesAllStoriesNotModifiedArray) SortStable(less func(a, b StoriesAllStoriesNotModified) bool) StoriesAllStoriesNotModifiedArray {
		tl_stories_all_stories_slices_gen.go#L220: func (s StoriesAllStoriesNotModifiedArray) Retain(keep func(x StoriesAllStoriesNotModified) bool) StoriesAllStoriesNotModifiedArray {
		tl_stories_all_stories_slices_gen.go#L234: func (s StoriesAllStoriesNotModifiedArray) First() (v StoriesAllStoriesNotModified, ok bool) {
		tl_stories_all_stories_slices_gen.go#L242: func (s StoriesAllStoriesNotModifiedArray) Last() (v StoriesAllStoriesNotModified, ok bool) {
		tl_stories_all_stories_slices_gen.go#L250: func (s *StoriesAllStoriesNotModifiedArray) PopFirst() (v StoriesAllStoriesNotModified, ok bool) {
		tl_stories_all_stories_slices_gen.go#L260: 	var zero StoriesAllStoriesNotModified
		tl_stories_all_stories_slices_gen.go#L269: func (s *StoriesAllStoriesNotModifiedArray) Pop() (v StoriesAllStoriesNotModified, ok bool) {