type github.com/gotd/td/tg.InputPrivacyValueAllowChatParticipantsArray
12 uses
github.com/gotd/td/tg (current package)
tl_input_privacy_rule_slices_gen.go#L146: func (s InputPrivacyRuleClassArray) AsInputPrivacyValueAllowChatParticipants() (to InputPrivacyValueAllowChatParticipantsArray) {
tl_input_privacy_rule_slices_gen.go#L336: type InputPrivacyValueAllowChatParticipantsArray []InputPrivacyValueAllowChatParticipants
tl_input_privacy_rule_slices_gen.go#L339: func (s InputPrivacyValueAllowChatParticipantsArray) Sort(less func(a, b InputPrivacyValueAllowChatParticipants) bool) InputPrivacyValueAllowChatParticipantsArray {
tl_input_privacy_rule_slices_gen.go#L347: func (s InputPrivacyValueAllowChatParticipantsArray) SortStable(less func(a, b InputPrivacyValueAllowChatParticipants) bool) InputPrivacyValueAllowChatParticipantsArray {
tl_input_privacy_rule_slices_gen.go#L355: func (s InputPrivacyValueAllowChatParticipantsArray) Retain(keep func(x InputPrivacyValueAllowChatParticipants) bool) InputPrivacyValueAllowChatParticipantsArray {
tl_input_privacy_rule_slices_gen.go#L369: func (s InputPrivacyValueAllowChatParticipantsArray) First() (v InputPrivacyValueAllowChatParticipants, ok bool) {
tl_input_privacy_rule_slices_gen.go#L377: func (s InputPrivacyValueAllowChatParticipantsArray) Last() (v InputPrivacyValueAllowChatParticipants, ok bool) {
tl_input_privacy_rule_slices_gen.go#L385: func (s *InputPrivacyValueAllowChatParticipantsArray) PopFirst() (v InputPrivacyValueAllowChatParticipants, ok bool) {
tl_input_privacy_rule_slices_gen.go#L404: func (s *InputPrivacyValueAllowChatParticipantsArray) Pop() (v InputPrivacyValueAllowChatParticipants, 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. |