type github.com/gotd/td/tg.UpdateGroupInvitePrivacyForbiddenArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L1368: func (s UpdateClassArray) AsUpdateGroupInvitePrivacyForbidden() (to UpdateGroupInvitePrivacyForbiddenArray) {
tl_update_slices_gen.go#L9593: type UpdateGroupInvitePrivacyForbiddenArray []UpdateGroupInvitePrivacyForbidden
tl_update_slices_gen.go#L9596: func (s UpdateGroupInvitePrivacyForbiddenArray) Sort(less func(a, b UpdateGroupInvitePrivacyForbidden) bool) UpdateGroupInvitePrivacyForbiddenArray {
tl_update_slices_gen.go#L9604: func (s UpdateGroupInvitePrivacyForbiddenArray) SortStable(less func(a, b UpdateGroupInvitePrivacyForbidden) bool) UpdateGroupInvitePrivacyForbiddenArray {
tl_update_slices_gen.go#L9612: func (s UpdateGroupInvitePrivacyForbiddenArray) Retain(keep func(x UpdateGroupInvitePrivacyForbidden) bool) UpdateGroupInvitePrivacyForbiddenArray {
tl_update_slices_gen.go#L9626: func (s UpdateGroupInvitePrivacyForbiddenArray) First() (v UpdateGroupInvitePrivacyForbidden, ok bool) {
tl_update_slices_gen.go#L9634: func (s UpdateGroupInvitePrivacyForbiddenArray) Last() (v UpdateGroupInvitePrivacyForbidden, ok bool) {
tl_update_slices_gen.go#L9642: func (s *UpdateGroupInvitePrivacyForbiddenArray) PopFirst() (v UpdateGroupInvitePrivacyForbidden, ok bool) {
tl_update_slices_gen.go#L9661: func (s *UpdateGroupInvitePrivacyForbiddenArray) Pop() (v UpdateGroupInvitePrivacyForbidden, ok bool) {
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. |