github.com/gotd/td/tg.RecentStory.MaxID (field)

8 uses

	github.com/gotd/td/tg (current package)
		tl_recent_story_gen.go#L48: 	MaxID int
		tl_recent_story_gen.go#L72: 	if !(r.MaxID == 0) {
		tl_recent_story_gen.go#L95: 		r.MaxID = val
		tl_recent_story_gen.go#L142: 	if !(r.MaxID == 0) {
		tl_recent_story_gen.go#L166: 		b.PutInt(r.MaxID)
		tl_recent_story_gen.go#L198: 		r.MaxID = value
		tl_recent_story_gen.go#L225: 	r.MaxID = value
		tl_recent_story_gen.go#L237: 	return r.MaxID, true