type github.com/gotd/td/tg.InputNotifyPeerClassArray
13 uses
github.com/gotd/td/tg (current package)
tl_input_notify_peer_slices_gen.go#L38: type InputNotifyPeerClassArray []InputNotifyPeerClass
tl_input_notify_peer_slices_gen.go#L41: func (s InputNotifyPeerClassArray) Sort(less func(a, b InputNotifyPeerClass) bool) InputNotifyPeerClassArray {
tl_input_notify_peer_slices_gen.go#L49: func (s InputNotifyPeerClassArray) SortStable(less func(a, b InputNotifyPeerClass) bool) InputNotifyPeerClassArray {
tl_input_notify_peer_slices_gen.go#L57: func (s InputNotifyPeerClassArray) Retain(keep func(x InputNotifyPeerClass) bool) InputNotifyPeerClassArray {
tl_input_notify_peer_slices_gen.go#L71: func (s InputNotifyPeerClassArray) First() (v InputNotifyPeerClass, ok bool) {
tl_input_notify_peer_slices_gen.go#L79: func (s InputNotifyPeerClassArray) Last() (v InputNotifyPeerClass, ok bool) {
tl_input_notify_peer_slices_gen.go#L87: func (s *InputNotifyPeerClassArray) PopFirst() (v InputNotifyPeerClass, ok bool) {
tl_input_notify_peer_slices_gen.go#L106: func (s *InputNotifyPeerClassArray) Pop() (v InputNotifyPeerClass, ok bool) {
tl_input_notify_peer_slices_gen.go#L120: func (s InputNotifyPeerClassArray) AsInputNotifyPeer() (to InputNotifyPeerArray) {
tl_input_notify_peer_slices_gen.go#L133: func (s InputNotifyPeerClassArray) AsInputNotifyForumTopic() (to InputNotifyForumTopicArray) {
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. |