type github.com/gotd/td/tg.ChatArray
22 uses
github.com/gotd/td/tg (current package)
tl_chat_slices_gen.go#L183: func (s ChatClassArray) AsChat() (to ChatArray) {
tl_chat_slices_gen.go#L680: type ChatArray []Chat
tl_chat_slices_gen.go#L683: func (s ChatArray) Sort(less func(a, b Chat) bool) ChatArray {
tl_chat_slices_gen.go#L691: func (s ChatArray) SortStable(less func(a, b Chat) bool) ChatArray {
tl_chat_slices_gen.go#L699: func (s ChatArray) Retain(keep func(x Chat) bool) ChatArray {
tl_chat_slices_gen.go#L713: func (s ChatArray) First() (v Chat, ok bool) {
tl_chat_slices_gen.go#L721: func (s ChatArray) Last() (v Chat, ok bool) {
tl_chat_slices_gen.go#L729: func (s *ChatArray) PopFirst() (v Chat, ok bool) {
tl_chat_slices_gen.go#L748: func (s *ChatArray) Pop() (v Chat, ok bool) {
tl_chat_slices_gen.go#L762: func (s ChatArray) SortByID() ChatArray {
tl_chat_slices_gen.go#L769: func (s ChatArray) SortStableByID() ChatArray {
tl_chat_slices_gen.go#L776: func (s ChatArray) SortByDate() ChatArray {
tl_chat_slices_gen.go#L783: func (s ChatArray) SortStableByDate() ChatArray {
tl_chat_slices_gen.go#L790: func (s ChatArray) FillMap(to map[int64]Chat) {
tl_chat_slices_gen.go#L797: func (s ChatArray) ToMap() map[int64]Chat {
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |