type github.com/gotd/td/tg.UpdateChatParticipantArray
16 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L1147: func (s UpdateClassArray) AsUpdateChatParticipant() (to UpdateChatParticipantArray) {
tl_update_slices_gen.go#L8143: type UpdateChatParticipantArray []UpdateChatParticipant
tl_update_slices_gen.go#L8146: func (s UpdateChatParticipantArray) Sort(less func(a, b UpdateChatParticipant) bool) UpdateChatParticipantArray {
tl_update_slices_gen.go#L8154: func (s UpdateChatParticipantArray) SortStable(less func(a, b UpdateChatParticipant) bool) UpdateChatParticipantArray {
tl_update_slices_gen.go#L8162: func (s UpdateChatParticipantArray) Retain(keep func(x UpdateChatParticipant) bool) UpdateChatParticipantArray {
tl_update_slices_gen.go#L8176: func (s UpdateChatParticipantArray) First() (v UpdateChatParticipant, ok bool) {
tl_update_slices_gen.go#L8184: func (s UpdateChatParticipantArray) Last() (v UpdateChatParticipant, ok bool) {
tl_update_slices_gen.go#L8192: func (s *UpdateChatParticipantArray) PopFirst() (v UpdateChatParticipant, ok bool) {
tl_update_slices_gen.go#L8211: func (s *UpdateChatParticipantArray) Pop() (v UpdateChatParticipant, ok bool) {
tl_update_slices_gen.go#L8225: func (s UpdateChatParticipantArray) SortByDate() UpdateChatParticipantArray {
tl_update_slices_gen.go#L8232: func (s UpdateChatParticipantArray) SortStableByDate() UpdateChatParticipantArray {
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. |