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#L618: type ChatArray []Chat
tl_chat_slices_gen.go#L621: func (s ChatArray) Sort(less func(a, b Chat) bool) ChatArray {
tl_chat_slices_gen.go#L629: func (s ChatArray) SortStable(less func(a, b Chat) bool) ChatArray {
tl_chat_slices_gen.go#L637: func (s ChatArray) Retain(keep func(x Chat) bool) ChatArray {
tl_chat_slices_gen.go#L651: func (s ChatArray) First() (v Chat, ok bool) {
tl_chat_slices_gen.go#L659: func (s ChatArray) Last() (v Chat, ok bool) {
tl_chat_slices_gen.go#L667: func (s *ChatArray) PopFirst() (v Chat, ok bool) {
tl_chat_slices_gen.go#L686: func (s *ChatArray) Pop() (v Chat, ok bool) {
tl_chat_slices_gen.go#L700: func (s ChatArray) SortByID() ChatArray {
tl_chat_slices_gen.go#L707: func (s ChatArray) SortStableByID() ChatArray {
tl_chat_slices_gen.go#L714: func (s ChatArray) SortByDate() ChatArray {
tl_chat_slices_gen.go#L721: func (s ChatArray) SortStableByDate() ChatArray {
tl_chat_slices_gen.go#L728: func (s ChatArray) FillMap(to map[int64]Chat) {
tl_chat_slices_gen.go#L735: func (s ChatArray) ToMap() map[int64]Chat {
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. |