type github.com/gotd/td/tg.InputNotifyCommunityArray
12 uses
github.com/gotd/td/tg (current package)
tl_input_notify_peer_slices_gen.go#L146: func (s InputNotifyPeerClassArray) AsInputNotifyCommunity() (to InputNotifyCommunityArray) {
tl_input_notify_peer_slices_gen.go#L323: type InputNotifyCommunityArray []InputNotifyCommunity
tl_input_notify_peer_slices_gen.go#L326: func (s InputNotifyCommunityArray) Sort(less func(a, b InputNotifyCommunity) bool) InputNotifyCommunityArray {
tl_input_notify_peer_slices_gen.go#L334: func (s InputNotifyCommunityArray) SortStable(less func(a, b InputNotifyCommunity) bool) InputNotifyCommunityArray {
tl_input_notify_peer_slices_gen.go#L342: func (s InputNotifyCommunityArray) Retain(keep func(x InputNotifyCommunity) bool) InputNotifyCommunityArray {
tl_input_notify_peer_slices_gen.go#L356: func (s InputNotifyCommunityArray) First() (v InputNotifyCommunity, ok bool) {
tl_input_notify_peer_slices_gen.go#L364: func (s InputNotifyCommunityArray) Last() (v InputNotifyCommunity, ok bool) {
tl_input_notify_peer_slices_gen.go#L372: func (s *InputNotifyCommunityArray) PopFirst() (v InputNotifyCommunity, ok bool) {
tl_input_notify_peer_slices_gen.go#L391: func (s *InputNotifyCommunityArray) Pop() (v InputNotifyCommunity, ok bool) {
![]() |
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. |