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

18 uses

	github.com/gotd/td/tg (current package)
		tl_web_page_attribute_slices_gen.go#L133: func (s WebPageAttributeClassArray) AsWebPageAttributeStory() (to WebPageAttributeStoryArray) {
		tl_web_page_attribute_slices_gen.go#L228: type WebPageAttributeStoryArray []WebPageAttributeStory
		tl_web_page_attribute_slices_gen.go#L231: func (s WebPageAttributeStoryArray) Sort(less func(a, b WebPageAttributeStory) bool) WebPageAttributeStoryArray {
		tl_web_page_attribute_slices_gen.go#L239: func (s WebPageAttributeStoryArray) SortStable(less func(a, b WebPageAttributeStory) bool) WebPageAttributeStoryArray {
		tl_web_page_attribute_slices_gen.go#L247: func (s WebPageAttributeStoryArray) Retain(keep func(x WebPageAttributeStory) bool) WebPageAttributeStoryArray {
		tl_web_page_attribute_slices_gen.go#L261: func (s WebPageAttributeStoryArray) First() (v WebPageAttributeStory, ok bool) {
		tl_web_page_attribute_slices_gen.go#L269: func (s WebPageAttributeStoryArray) Last() (v WebPageAttributeStory, ok bool) {
		tl_web_page_attribute_slices_gen.go#L277: func (s *WebPageAttributeStoryArray) PopFirst() (v WebPageAttributeStory, ok bool) {
		tl_web_page_attribute_slices_gen.go#L296: func (s *WebPageAttributeStoryArray) Pop() (v WebPageAttributeStory, ok bool) {
		tl_web_page_attribute_slices_gen.go#L310: func (s WebPageAttributeStoryArray) SortByID() WebPageAttributeStoryArray {
		tl_web_page_attribute_slices_gen.go#L317: func (s WebPageAttributeStoryArray) SortStableByID() WebPageAttributeStoryArray {
		tl_web_page_attribute_slices_gen.go#L324: func (s WebPageAttributeStoryArray) FillMap(to map[int]WebPageAttributeStory) {
		tl_web_page_attribute_slices_gen.go#L331: func (s WebPageAttributeStoryArray) ToMap() map[int]WebPageAttributeStory {