type github.com/gotd/td/tg.StoryItemDeletedArray
18 uses
github.com/gotd/td/tg (current package)
tl_story_item_slices_gen.go#L152: func (s StoryItemClassArray) AsStoryItemDeleted() (to StoryItemDeletedArray) {
tl_story_item_slices_gen.go#L227: type StoryItemDeletedArray []StoryItemDeleted
tl_story_item_slices_gen.go#L230: func (s StoryItemDeletedArray) Sort(less func(a, b StoryItemDeleted) bool) StoryItemDeletedArray {
tl_story_item_slices_gen.go#L238: func (s StoryItemDeletedArray) SortStable(less func(a, b StoryItemDeleted) bool) StoryItemDeletedArray {
tl_story_item_slices_gen.go#L246: func (s StoryItemDeletedArray) Retain(keep func(x StoryItemDeleted) bool) StoryItemDeletedArray {
tl_story_item_slices_gen.go#L260: func (s StoryItemDeletedArray) First() (v StoryItemDeleted, ok bool) {
tl_story_item_slices_gen.go#L268: func (s StoryItemDeletedArray) Last() (v StoryItemDeleted, ok bool) {
tl_story_item_slices_gen.go#L276: func (s *StoryItemDeletedArray) PopFirst() (v StoryItemDeleted, ok bool) {
tl_story_item_slices_gen.go#L295: func (s *StoryItemDeletedArray) Pop() (v StoryItemDeleted, ok bool) {
tl_story_item_slices_gen.go#L309: func (s StoryItemDeletedArray) SortByID() StoryItemDeletedArray {
tl_story_item_slices_gen.go#L316: func (s StoryItemDeletedArray) SortStableByID() StoryItemDeletedArray {
tl_story_item_slices_gen.go#L323: func (s StoryItemDeletedArray) FillMap(to map[int]StoryItemDeleted) {
tl_story_item_slices_gen.go#L330: func (s StoryItemDeletedArray) ToMap() map[int]StoryItemDeleted {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |