type github.com/gotd/td/tg.ChatEmptyArray
18 uses
github.com/gotd/td/tg (current package)
tl_chat_slices_gen.go#L152: func (s ChatClassArray) AsChatEmpty() (to ChatEmptyArray) {
tl_chat_slices_gen.go#L508: type ChatEmptyArray []ChatEmpty
tl_chat_slices_gen.go#L511: func (s ChatEmptyArray) Sort(less func(a, b ChatEmpty) bool) ChatEmptyArray {
tl_chat_slices_gen.go#L519: func (s ChatEmptyArray) SortStable(less func(a, b ChatEmpty) bool) ChatEmptyArray {
tl_chat_slices_gen.go#L527: func (s ChatEmptyArray) Retain(keep func(x ChatEmpty) bool) ChatEmptyArray {
tl_chat_slices_gen.go#L541: func (s ChatEmptyArray) First() (v ChatEmpty, ok bool) {
tl_chat_slices_gen.go#L549: func (s ChatEmptyArray) Last() (v ChatEmpty, ok bool) {
tl_chat_slices_gen.go#L557: func (s *ChatEmptyArray) PopFirst() (v ChatEmpty, ok bool) {
tl_chat_slices_gen.go#L576: func (s *ChatEmptyArray) Pop() (v ChatEmpty, ok bool) {
tl_chat_slices_gen.go#L590: func (s ChatEmptyArray) SortByID() ChatEmptyArray {
tl_chat_slices_gen.go#L597: func (s ChatEmptyArray) SortStableByID() ChatEmptyArray {
tl_chat_slices_gen.go#L604: func (s ChatEmptyArray) FillMap(to map[int64]ChatEmpty) {
tl_chat_slices_gen.go#L611: func (s ChatEmptyArray) ToMap() map[int64]ChatEmpty {
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. |