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

87 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L6302: 		StoryItemTypeID:                                                         func() bin.Object { return &StoryItem{} },
		tl_story_item_gen.go#L465: type StoryItem struct {
		tl_story_item_gen.go#L571: func (s StoryItem) construct() StoryItemClass { return &s }
		tl_story_item_gen.go#L575: 	_ bin.Encoder     = &StoryItem{}
		tl_story_item_gen.go#L576: 	_ bin.Decoder     = &StoryItem{}
		tl_story_item_gen.go#L577: 	_ bin.BareEncoder = &StoryItem{}
		tl_story_item_gen.go#L578: 	_ bin.BareDecoder = &StoryItem{}
		tl_story_item_gen.go#L580: 	_ StoryItemClass = &StoryItem{}
		tl_story_item_gen.go#L583: func (s *StoryItem) Zero() bool {
		tl_story_item_gen.go#L664: func (s *StoryItem) String() string {
		tl_story_item_gen.go#L668: 	type Alias StoryItem
		tl_story_item_gen.go#L673: func (s *StoryItem) FillFrom(from interface {
		tl_story_item_gen.go#L756: func (*StoryItem) TypeID() uint32 {
		tl_story_item_gen.go#L761: func (*StoryItem) TypeName() string {
		tl_story_item_gen.go#L766: func (s *StoryItem) TypeInfo() tdp.Type {
		tl_story_item_gen.go#L892: func (s *StoryItem) SetFlags() {
		tl_story_item_gen.go#L953: func (s *StoryItem) Encode(b *bin.Buffer) error {
		tl_story_item_gen.go#L962: func (s *StoryItem) EncodeBare(b *bin.Buffer) error {
		tl_story_item_gen.go#L1059: func (s *StoryItem) Decode(b *bin.Buffer) error {
		tl_story_item_gen.go#L1070: func (s *StoryItem) DecodeBare(b *bin.Buffer) error {
		tl_story_item_gen.go#L1226: func (s *StoryItem) SetPinned(value bool) {
		tl_story_item_gen.go#L1237: func (s *StoryItem) GetPinned() (value bool) {
		tl_story_item_gen.go#L1245: func (s *StoryItem) SetPublic(value bool) {
		tl_story_item_gen.go#L1256: func (s *StoryItem) GetPublic() (value bool) {
		tl_story_item_gen.go#L1264: func (s *StoryItem) SetCloseFriends(value bool) {
		tl_story_item_gen.go#L1275: func (s *StoryItem) GetCloseFriends() (value bool) {
		tl_story_item_gen.go#L1283: func (s *StoryItem) SetMin(value bool) {
		tl_story_item_gen.go#L1294: func (s *StoryItem) GetMin() (value bool) {
		tl_story_item_gen.go#L1302: func (s *StoryItem) SetNoforwards(value bool) {
		tl_story_item_gen.go#L1313: func (s *StoryItem) GetNoforwards() (value bool) {
		tl_story_item_gen.go#L1321: func (s *StoryItem) SetEdited(value bool) {
		tl_story_item_gen.go#L1332: func (s *StoryItem) GetEdited() (value bool) {
		tl_story_item_gen.go#L1340: func (s *StoryItem) SetContacts(value bool) {
		tl_story_item_gen.go#L1351: func (s *StoryItem) GetContacts() (value bool) {
		tl_story_item_gen.go#L1359: func (s *StoryItem) SetSelectedContacts(value bool) {
		tl_story_item_gen.go#L1370: func (s *StoryItem) GetSelectedContacts() (value bool) {
		tl_story_item_gen.go#L1378: func (s *StoryItem) SetOut(value bool) {
		tl_story_item_gen.go#L1389: func (s *StoryItem) GetOut() (value bool) {
		tl_story_item_gen.go#L1397: func (s *StoryItem) GetID() (value int) {
		tl_story_item_gen.go#L1405: func (s *StoryItem) GetDate() (value int) {
		tl_story_item_gen.go#L1413: func (s *StoryItem) SetFromID(value PeerClass) {
		tl_story_item_gen.go#L1420: func (s *StoryItem) GetFromID() (value PeerClass, ok bool) {
		tl_story_item_gen.go#L1431: func (s *StoryItem) SetFwdFrom(value StoryFwdHeader) {
		tl_story_item_gen.go#L1438: func (s *StoryItem) GetFwdFrom() (value StoryFwdHeader, ok bool) {
		tl_story_item_gen.go#L1449: func (s *StoryItem) GetExpireDate() (value int) {
		tl_story_item_gen.go#L1457: func (s *StoryItem) SetCaption(value string) {
		tl_story_item_gen.go#L1464: func (s *StoryItem) GetCaption() (value string, ok bool) {
		tl_story_item_gen.go#L1475: func (s *StoryItem) SetEntities(value []MessageEntityClass) {
		tl_story_item_gen.go#L1482: func (s *StoryItem) GetEntities() (value []MessageEntityClass, ok bool) {
		tl_story_item_gen.go#L1493: func (s *StoryItem) GetMedia() (value MessageMediaClass) {
		tl_story_item_gen.go#L1501: func (s *StoryItem) SetMediaAreas(value []MediaAreaClass) {
		tl_story_item_gen.go#L1508: func (s *StoryItem) GetMediaAreas() (value []MediaAreaClass, ok bool) {
		tl_story_item_gen.go#L1519: func (s *StoryItem) SetPrivacy(value []PrivacyRuleClass) {
		tl_story_item_gen.go#L1526: func (s *StoryItem) GetPrivacy() (value []PrivacyRuleClass, ok bool) {
		tl_story_item_gen.go#L1537: func (s *StoryItem) SetViews(value StoryViews) {
		tl_story_item_gen.go#L1544: func (s *StoryItem) GetViews() (value StoryViews, ok bool) {
		tl_story_item_gen.go#L1555: func (s *StoryItem) SetSentReaction(value ReactionClass) {
		tl_story_item_gen.go#L1562: func (s *StoryItem) GetSentReaction() (value ReactionClass, ok bool) {
		tl_story_item_gen.go#L1573: func (s *StoryItem) SetAlbums(value []int) {
		tl_story_item_gen.go#L1580: func (s *StoryItem) GetAlbums() (value []int, ok bool) {
		tl_story_item_gen.go#L1591: func (s *StoryItem) SetMusic(value DocumentClass) {
		tl_story_item_gen.go#L1598: func (s *StoryItem) GetMusic() (value DocumentClass, ok bool) {
		tl_story_item_gen.go#L1609: func (s *StoryItem) MapEntities() (value MessageEntityClassArray, ok bool) {
		tl_story_item_gen.go#L1617: func (s *StoryItem) MapMediaAreas() (value MediaAreaClassArray, ok bool) {
		tl_story_item_gen.go#L1625: func (s *StoryItem) MapPrivacy() (value PrivacyRuleClassArray, ok bool) {
		tl_story_item_gen.go#L1701: 		v := StoryItem{}
		tl_story_item_slices_gen.go#L196: func (s StoryItemClassArray) FillStoryItemMap(to map[int]*StoryItem) {
		tl_story_item_slices_gen.go#L198: 		value, ok := elem.(*StoryItem)
		tl_story_item_slices_gen.go#L207: func (s StoryItemClassArray) StoryItemToMap() map[int]*StoryItem {
		tl_story_item_slices_gen.go#L208: 	r := make(map[int]*StoryItem, len(s))
		tl_story_item_slices_gen.go#L216: 		value, ok := elem.(*StoryItem)
		tl_story_item_slices_gen.go#L461: type StoryItemArray []StoryItem
		tl_story_item_slices_gen.go#L464: func (s StoryItemArray) Sort(less func(a, b StoryItem) bool) StoryItemArray {
		tl_story_item_slices_gen.go#L472: func (s StoryItemArray) SortStable(less func(a, b StoryItem) bool) StoryItemArray {
		tl_story_item_slices_gen.go#L480: func (s StoryItemArray) Retain(keep func(x StoryItem) bool) StoryItemArray {
		tl_story_item_slices_gen.go#L494: func (s StoryItemArray) First() (v StoryItem, ok bool) {
		tl_story_item_slices_gen.go#L502: func (s StoryItemArray) Last() (v StoryItem, ok bool) {
		tl_story_item_slices_gen.go#L510: func (s *StoryItemArray) PopFirst() (v StoryItem, ok bool) {
		tl_story_item_slices_gen.go#L520: 	var zero StoryItem
		tl_story_item_slices_gen.go#L529: func (s *StoryItemArray) Pop() (v StoryItem, ok bool) {
		tl_story_item_slices_gen.go#L544: 	return s.Sort(func(a, b StoryItem) bool {
		tl_story_item_slices_gen.go#L551: 	return s.SortStable(func(a, b StoryItem) bool {
		tl_story_item_slices_gen.go#L558: 	return s.Sort(func(a, b StoryItem) bool {
		tl_story_item_slices_gen.go#L565: 	return s.SortStable(func(a, b StoryItem) bool {
		tl_story_item_slices_gen.go#L571: func (s StoryItemArray) FillMap(to map[int]StoryItem) {
		tl_story_item_slices_gen.go#L578: func (s StoryItemArray) ToMap() map[int]StoryItem {
		tl_story_item_slices_gen.go#L579: 	r := make(map[int]StoryItem, len(s))