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#L570: type ChatEmptyArray []ChatEmpty
tl_chat_slices_gen.go#L573: func (s ChatEmptyArray) Sort(less func(a, b ChatEmpty) bool) ChatEmptyArray {
tl_chat_slices_gen.go#L581: func (s ChatEmptyArray) SortStable(less func(a, b ChatEmpty) bool) ChatEmptyArray {
tl_chat_slices_gen.go#L589: func (s ChatEmptyArray) Retain(keep func(x ChatEmpty) bool) ChatEmptyArray {
tl_chat_slices_gen.go#L603: func (s ChatEmptyArray) First() (v ChatEmpty, ok bool) {
tl_chat_slices_gen.go#L611: func (s ChatEmptyArray) Last() (v ChatEmpty, ok bool) {
tl_chat_slices_gen.go#L619: func (s *ChatEmptyArray) PopFirst() (v ChatEmpty, ok bool) {
tl_chat_slices_gen.go#L638: func (s *ChatEmptyArray) Pop() (v ChatEmpty, ok bool) {
tl_chat_slices_gen.go#L652: func (s ChatEmptyArray) SortByID() ChatEmptyArray {
tl_chat_slices_gen.go#L659: func (s ChatEmptyArray) SortStableByID() ChatEmptyArray {
tl_chat_slices_gen.go#L666: func (s ChatEmptyArray) FillMap(to map[int64]ChatEmpty) {
tl_chat_slices_gen.go#L673: func (s ChatEmptyArray) ToMap() map[int64]ChatEmpty {
![]() |
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. |