type github.com/gotd/td/tg.ForumTopicDeletedArray
18 uses
github.com/gotd/td/tg (current package)
tl_forum_topic_slices_gen.go#L152: func (s ForumTopicClassArray) AsForumTopicDeleted() (to ForumTopicDeletedArray) {
tl_forum_topic_slices_gen.go#L196: type ForumTopicDeletedArray []ForumTopicDeleted
tl_forum_topic_slices_gen.go#L199: func (s ForumTopicDeletedArray) Sort(less func(a, b ForumTopicDeleted) bool) ForumTopicDeletedArray {
tl_forum_topic_slices_gen.go#L207: func (s ForumTopicDeletedArray) SortStable(less func(a, b ForumTopicDeleted) bool) ForumTopicDeletedArray {
tl_forum_topic_slices_gen.go#L215: func (s ForumTopicDeletedArray) Retain(keep func(x ForumTopicDeleted) bool) ForumTopicDeletedArray {
tl_forum_topic_slices_gen.go#L229: func (s ForumTopicDeletedArray) First() (v ForumTopicDeleted, ok bool) {
tl_forum_topic_slices_gen.go#L237: func (s ForumTopicDeletedArray) Last() (v ForumTopicDeleted, ok bool) {
tl_forum_topic_slices_gen.go#L245: func (s *ForumTopicDeletedArray) PopFirst() (v ForumTopicDeleted, ok bool) {
tl_forum_topic_slices_gen.go#L264: func (s *ForumTopicDeletedArray) Pop() (v ForumTopicDeleted, ok bool) {
tl_forum_topic_slices_gen.go#L278: func (s ForumTopicDeletedArray) SortByID() ForumTopicDeletedArray {
tl_forum_topic_slices_gen.go#L285: func (s ForumTopicDeletedArray) SortStableByID() ForumTopicDeletedArray {
tl_forum_topic_slices_gen.go#L292: func (s ForumTopicDeletedArray) FillMap(to map[int]ForumTopicDeleted) {
tl_forum_topic_slices_gen.go#L299: func (s ForumTopicDeletedArray) ToMap() map[int]ForumTopicDeleted {
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. |