type github.com/gotd/td/tg.ForumTopicArray
22 uses
github.com/gotd/td/tg (current package)
tl_forum_topic_slices_gen.go#L183: func (s ForumTopicClassArray) AsForumTopic() (to ForumTopicArray) {
tl_forum_topic_slices_gen.go#L306: type ForumTopicArray []ForumTopic
tl_forum_topic_slices_gen.go#L309: func (s ForumTopicArray) Sort(less func(a, b ForumTopic) bool) ForumTopicArray {
tl_forum_topic_slices_gen.go#L317: func (s ForumTopicArray) SortStable(less func(a, b ForumTopic) bool) ForumTopicArray {
tl_forum_topic_slices_gen.go#L325: func (s ForumTopicArray) Retain(keep func(x ForumTopic) bool) ForumTopicArray {
tl_forum_topic_slices_gen.go#L339: func (s ForumTopicArray) First() (v ForumTopic, ok bool) {
tl_forum_topic_slices_gen.go#L347: func (s ForumTopicArray) Last() (v ForumTopic, ok bool) {
tl_forum_topic_slices_gen.go#L355: func (s *ForumTopicArray) PopFirst() (v ForumTopic, ok bool) {
tl_forum_topic_slices_gen.go#L374: func (s *ForumTopicArray) Pop() (v ForumTopic, ok bool) {
tl_forum_topic_slices_gen.go#L388: func (s ForumTopicArray) SortByID() ForumTopicArray {
tl_forum_topic_slices_gen.go#L395: func (s ForumTopicArray) SortStableByID() ForumTopicArray {
tl_forum_topic_slices_gen.go#L402: func (s ForumTopicArray) SortByDate() ForumTopicArray {
tl_forum_topic_slices_gen.go#L409: func (s ForumTopicArray) SortStableByDate() ForumTopicArray {
tl_forum_topic_slices_gen.go#L416: func (s ForumTopicArray) FillMap(to map[int]ForumTopic) {
tl_forum_topic_slices_gen.go#L423: func (s ForumTopicArray) ToMap() map[int]ForumTopic {
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. |