type github.com/gotd/td/tg.InputPrivacyValueDisallowChatParticipantsArray
12 uses
github.com/gotd/td/tg (current package)
tl_input_privacy_rule_slices_gen.go#L159: func (s InputPrivacyRuleClassArray) AsInputPrivacyValueDisallowChatParticipants() (to InputPrivacyValueDisallowChatParticipantsArray) {
tl_input_privacy_rule_slices_gen.go#L418: type InputPrivacyValueDisallowChatParticipantsArray []InputPrivacyValueDisallowChatParticipants
tl_input_privacy_rule_slices_gen.go#L421: func (s InputPrivacyValueDisallowChatParticipantsArray) Sort(less func(a, b InputPrivacyValueDisallowChatParticipants) bool) InputPrivacyValueDisallowChatParticipantsArray {
tl_input_privacy_rule_slices_gen.go#L429: func (s InputPrivacyValueDisallowChatParticipantsArray) SortStable(less func(a, b InputPrivacyValueDisallowChatParticipants) bool) InputPrivacyValueDisallowChatParticipantsArray {
tl_input_privacy_rule_slices_gen.go#L437: func (s InputPrivacyValueDisallowChatParticipantsArray) Retain(keep func(x InputPrivacyValueDisallowChatParticipants) bool) InputPrivacyValueDisallowChatParticipantsArray {
tl_input_privacy_rule_slices_gen.go#L451: func (s InputPrivacyValueDisallowChatParticipantsArray) First() (v InputPrivacyValueDisallowChatParticipants, ok bool) {
tl_input_privacy_rule_slices_gen.go#L459: func (s InputPrivacyValueDisallowChatParticipantsArray) Last() (v InputPrivacyValueDisallowChatParticipants, ok bool) {
tl_input_privacy_rule_slices_gen.go#L467: func (s *InputPrivacyValueDisallowChatParticipantsArray) PopFirst() (v InputPrivacyValueDisallowChatParticipants, ok bool) {
tl_input_privacy_rule_slices_gen.go#L486: func (s *InputPrivacyValueDisallowChatParticipantsArray) Pop() (v InputPrivacyValueDisallowChatParticipants, 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. |