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#L227: type ChatFullArray []ChatFull
tl_chat_full_slices_gen.go#L230: func (s ChatFullArray) Sort(less func(a, b ChatFull) bool) ChatFullArray {
tl_chat_full_slices_gen.go#L238: func (s ChatFullArray) SortStable(less func(a, b ChatFull) bool) ChatFullArray {
tl_chat_full_slices_gen.go#L246: func (s ChatFullArray) Retain(keep func(x ChatFull) bool) ChatFullArray {
tl_chat_full_slices_gen.go#L260: func (s ChatFullArray) First() (v ChatFull, ok bool) {
tl_chat_full_slices_gen.go#L268: func (s ChatFullArray) Last() (v ChatFull, ok bool) {
tl_chat_full_slices_gen.go#L276: func (s *ChatFullArray) PopFirst() (v ChatFull, ok bool) {
tl_chat_full_slices_gen.go#L295: func (s *ChatFullArray) Pop() (v ChatFull, ok bool) {
tl_chat_full_slices_gen.go#L309: func (s ChatFullArray) SortByID() ChatFullArray {
tl_chat_full_slices_gen.go#L316: func (s ChatFullArray) SortStableByID() ChatFullArray {
tl_chat_full_slices_gen.go#L323: func (s ChatFullArray) FillMap(to map[int64]ChatFull) {
tl_chat_full_slices_gen.go#L330: func (s ChatFullArray) ToMap() map[int64]ChatFull {
![]() |
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. |