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