type github.com/gotd/td/tg.UpdateChannelParticipantArray
16 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L1160: func (s UpdateClassArray) AsUpdateChannelParticipant() (to UpdateChannelParticipantArray) {
tl_update_slices_gen.go#L8239: type UpdateChannelParticipantArray []UpdateChannelParticipant
tl_update_slices_gen.go#L8242: func (s UpdateChannelParticipantArray) Sort(less func(a, b UpdateChannelParticipant) bool) UpdateChannelParticipantArray {
tl_update_slices_gen.go#L8250: func (s UpdateChannelParticipantArray) SortStable(less func(a, b UpdateChannelParticipant) bool) UpdateChannelParticipantArray {
tl_update_slices_gen.go#L8258: func (s UpdateChannelParticipantArray) Retain(keep func(x UpdateChannelParticipant) bool) UpdateChannelParticipantArray {
tl_update_slices_gen.go#L8272: func (s UpdateChannelParticipantArray) First() (v UpdateChannelParticipant, ok bool) {
tl_update_slices_gen.go#L8280: func (s UpdateChannelParticipantArray) Last() (v UpdateChannelParticipant, ok bool) {
tl_update_slices_gen.go#L8288: func (s *UpdateChannelParticipantArray) PopFirst() (v UpdateChannelParticipant, ok bool) {
tl_update_slices_gen.go#L8307: func (s *UpdateChannelParticipantArray) Pop() (v UpdateChannelParticipant, ok bool) {
tl_update_slices_gen.go#L8321: func (s UpdateChannelParticipantArray) SortByDate() UpdateChannelParticipantArray {
tl_update_slices_gen.go#L8328: func (s UpdateChannelParticipantArray) SortStableByDate() UpdateChannelParticipantArray {
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. |