type github.com/gotd/td/tg.DialogClassArray
19 uses
github.com/gotd/td/tg (current package)
tl_dialog_slices_gen.go#L38: type DialogClassArray []DialogClass
tl_dialog_slices_gen.go#L41: func (s DialogClassArray) Sort(less func(a, b DialogClass) bool) DialogClassArray {
tl_dialog_slices_gen.go#L49: func (s DialogClassArray) SortStable(less func(a, b DialogClass) bool) DialogClassArray {
tl_dialog_slices_gen.go#L57: func (s DialogClassArray) Retain(keep func(x DialogClass) bool) DialogClassArray {
tl_dialog_slices_gen.go#L71: func (s DialogClassArray) First() (v DialogClass, ok bool) {
tl_dialog_slices_gen.go#L79: func (s DialogClassArray) Last() (v DialogClass, ok bool) {
tl_dialog_slices_gen.go#L87: func (s *DialogClassArray) PopFirst() (v DialogClass, ok bool) {
tl_dialog_slices_gen.go#L106: func (s *DialogClassArray) Pop() (v DialogClass, ok bool) {
tl_dialog_slices_gen.go#L120: func (s DialogClassArray) AsDialog() (to DialogArray) {
tl_dialog_slices_gen.go#L133: func (s DialogClassArray) AsDialogFolder() (to DialogFolderArray) {
tl_messages_dialogs_gen.go#L323: func (d *MessagesDialogs) MapDialogs() (value DialogClassArray) {
tl_messages_dialogs_gen.go#L324: return DialogClassArray(d.Dialogs)
tl_messages_dialogs_gen.go#L658: func (d *MessagesDialogsSlice) MapDialogs() (value DialogClassArray) {
tl_messages_dialogs_gen.go#L659: return DialogClassArray(d.Dialogs)
tl_messages_peer_dialogs_gen.go#L348: func (p *MessagesPeerDialogs) MapDialogs() (value DialogClassArray) {
tl_messages_peer_dialogs_gen.go#L349: return DialogClassArray(p.Dialogs)
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. |