type github.com/gotd/td/tg.UpdateChatParticipantAddArray
16 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L289: func (s UpdateClassArray) AsUpdateChatParticipantAdd() (to UpdateChatParticipantAddArray) {
tl_update_slices_gen.go#L2633: type UpdateChatParticipantAddArray []UpdateChatParticipantAdd
tl_update_slices_gen.go#L2636: func (s UpdateChatParticipantAddArray) Sort(less func(a, b UpdateChatParticipantAdd) bool) UpdateChatParticipantAddArray {
tl_update_slices_gen.go#L2644: func (s UpdateChatParticipantAddArray) SortStable(less func(a, b UpdateChatParticipantAdd) bool) UpdateChatParticipantAddArray {
tl_update_slices_gen.go#L2652: func (s UpdateChatParticipantAddArray) Retain(keep func(x UpdateChatParticipantAdd) bool) UpdateChatParticipantAddArray {
tl_update_slices_gen.go#L2666: func (s UpdateChatParticipantAddArray) First() (v UpdateChatParticipantAdd, ok bool) {
tl_update_slices_gen.go#L2674: func (s UpdateChatParticipantAddArray) Last() (v UpdateChatParticipantAdd, ok bool) {
tl_update_slices_gen.go#L2682: func (s *UpdateChatParticipantAddArray) PopFirst() (v UpdateChatParticipantAdd, ok bool) {
tl_update_slices_gen.go#L2701: func (s *UpdateChatParticipantAddArray) Pop() (v UpdateChatParticipantAdd, ok bool) {
tl_update_slices_gen.go#L2715: func (s UpdateChatParticipantAddArray) SortByDate() UpdateChatParticipantAddArray {
tl_update_slices_gen.go#L2722: func (s UpdateChatParticipantAddArray) SortStableByDate() UpdateChatParticipantAddArray {
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. |