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

81 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L4754: 		StoryItemTypeID:                                                         func() bin.Object { return &StoryItem{} },
		tl_story_item_gen.go#L430: type StoryItem struct {
		tl_story_item_gen.go#L521: func (s StoryItem) construct() StoryItemClass { return &s }
		tl_story_item_gen.go#L525: 	_ bin.Encoder     = &StoryItem{}
		tl_story_item_gen.go#L526: 	_ bin.Decoder     = &StoryItem{}
		tl_story_item_gen.go#L527: 	_ bin.BareEncoder = &StoryItem{}
		tl_story_item_gen.go#L528: 	_ bin.BareDecoder = &StoryItem{}
		tl_story_item_gen.go#L530: 	_ StoryItemClass = &StoryItem{}
		tl_story_item_gen.go#L533: func (s *StoryItem) Zero() bool {
		tl_story_item_gen.go#L605: func (s *StoryItem) String() string {
		tl_story_item_gen.go#L609: 	type Alias StoryItem
		tl_story_item_gen.go#L614: func (s *StoryItem) FillFrom(from interface {
		tl_story_item_gen.go#L682: func (*StoryItem) TypeID() uint32 {
		tl_story_item_gen.go#L687: func (*StoryItem) TypeName() string {
		tl_story_item_gen.go#L692: func (s *StoryItem) TypeInfo() tdp.Type {
		tl_story_item_gen.go#L803: func (s *StoryItem) SetFlags() {
		tl_story_item_gen.go#L855: func (s *StoryItem) Encode(b *bin.Buffer) error {
		tl_story_item_gen.go#L864: func (s *StoryItem) EncodeBare(b *bin.Buffer) error {
		tl_story_item_gen.go#L939: func (s *StoryItem) Decode(b *bin.Buffer) error {
		tl_story_item_gen.go#L950: func (s *StoryItem) DecodeBare(b *bin.Buffer) error {
		tl_story_item_gen.go#L1075: func (s *StoryItem) SetPinned(value bool) {
		tl_story_item_gen.go#L1086: func (s *StoryItem) GetPinned() (value bool) {
		tl_story_item_gen.go#L1094: func (s *StoryItem) SetPublic(value bool) {
		tl_story_item_gen.go#L1105: func (s *StoryItem) GetPublic() (value bool) {
		tl_story_item_gen.go#L1113: func (s *StoryItem) SetCloseFriends(value bool) {
		tl_story_item_gen.go#L1124: func (s *StoryItem) GetCloseFriends() (value bool) {
		tl_story_item_gen.go#L1132: func (s *StoryItem) SetMin(value bool) {
		tl_story_item_gen.go#L1143: func (s *StoryItem) GetMin() (value bool) {
		tl_story_item_gen.go#L1151: func (s *StoryItem) SetNoforwards(value bool) {
		tl_story_item_gen.go#L1162: func (s *StoryItem) GetNoforwards() (value bool) {
		tl_story_item_gen.go#L1170: func (s *StoryItem) SetEdited(value bool) {
		tl_story_item_gen.go#L1181: func (s *StoryItem) GetEdited() (value bool) {
		tl_story_item_gen.go#L1189: func (s *StoryItem) SetContacts(value bool) {
		tl_story_item_gen.go#L1200: func (s *StoryItem) GetContacts() (value bool) {
		tl_story_item_gen.go#L1208: func (s *StoryItem) SetSelectedContacts(value bool) {
		tl_story_item_gen.go#L1219: func (s *StoryItem) GetSelectedContacts() (value bool) {
		tl_story_item_gen.go#L1227: func (s *StoryItem) SetOut(value bool) {
		tl_story_item_gen.go#L1238: func (s *StoryItem) GetOut() (value bool) {
		tl_story_item_gen.go#L1246: func (s *StoryItem) GetID() (value int) {
		tl_story_item_gen.go#L1254: func (s *StoryItem) GetDate() (value int) {
		tl_story_item_gen.go#L1262: func (s *StoryItem) SetFwdFrom(value StoryFwdHeader) {
		tl_story_item_gen.go#L1269: func (s *StoryItem) GetFwdFrom() (value StoryFwdHeader, ok bool) {
		tl_story_item_gen.go#L1280: func (s *StoryItem) GetExpireDate() (value int) {
		tl_story_item_gen.go#L1288: func (s *StoryItem) SetCaption(value string) {
		tl_story_item_gen.go#L1295: func (s *StoryItem) GetCaption() (value string, ok bool) {
		tl_story_item_gen.go#L1306: func (s *StoryItem) SetEntities(value []MessageEntityClass) {
		tl_story_item_gen.go#L1313: func (s *StoryItem) GetEntities() (value []MessageEntityClass, ok bool) {
		tl_story_item_gen.go#L1324: func (s *StoryItem) GetMedia() (value MessageMediaClass) {
		tl_story_item_gen.go#L1332: func (s *StoryItem) SetMediaAreas(value []MediaAreaClass) {
		tl_story_item_gen.go#L1339: func (s *StoryItem) GetMediaAreas() (value []MediaAreaClass, ok bool) {
		tl_story_item_gen.go#L1350: func (s *StoryItem) SetPrivacy(value []PrivacyRuleClass) {
		tl_story_item_gen.go#L1357: func (s *StoryItem) GetPrivacy() (value []PrivacyRuleClass, ok bool) {
		tl_story_item_gen.go#L1368: func (s *StoryItem) SetViews(value StoryViews) {
		tl_story_item_gen.go#L1375: func (s *StoryItem) GetViews() (value StoryViews, ok bool) {
		tl_story_item_gen.go#L1386: func (s *StoryItem) SetSentReaction(value ReactionClass) {
		tl_story_item_gen.go#L1393: func (s *StoryItem) GetSentReaction() (value ReactionClass, ok bool) {
		tl_story_item_gen.go#L1404: func (s *StoryItem) MapEntities() (value MessageEntityClassArray, ok bool) {
		tl_story_item_gen.go#L1412: func (s *StoryItem) MapMediaAreas() (value MediaAreaClassArray, ok bool) {
		tl_story_item_gen.go#L1420: func (s *StoryItem) MapPrivacy() (value PrivacyRuleClassArray, ok bool) {
		tl_story_item_gen.go#L1491: 		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))