type github.com/gotd/td/tg.InputPrivacyValueAllowChatParticipants

33 uses

	github.com/gotd/td/tg (current package)
		tl_input_privacy_rule_gen.go#L762: type InputPrivacyValueAllowChatParticipants struct {
		tl_input_privacy_rule_gen.go#L771: func (i InputPrivacyValueAllowChatParticipants) construct() InputPrivacyRuleClass { return &i }
		tl_input_privacy_rule_gen.go#L775: 	_ bin.Encoder     = &InputPrivacyValueAllowChatParticipants{}
		tl_input_privacy_rule_gen.go#L776: 	_ bin.Decoder     = &InputPrivacyValueAllowChatParticipants{}
		tl_input_privacy_rule_gen.go#L777: 	_ bin.BareEncoder = &InputPrivacyValueAllowChatParticipants{}
		tl_input_privacy_rule_gen.go#L778: 	_ bin.BareDecoder = &InputPrivacyValueAllowChatParticipants{}
		tl_input_privacy_rule_gen.go#L780: 	_ InputPrivacyRuleClass = &InputPrivacyValueAllowChatParticipants{}
		tl_input_privacy_rule_gen.go#L783: func (i *InputPrivacyValueAllowChatParticipants) Zero() bool {
		tl_input_privacy_rule_gen.go#L795: func (i *InputPrivacyValueAllowChatParticipants) String() string {
		tl_input_privacy_rule_gen.go#L799: 	type Alias InputPrivacyValueAllowChatParticipants
		tl_input_privacy_rule_gen.go#L804: func (i *InputPrivacyValueAllowChatParticipants) FillFrom(from interface {
		tl_input_privacy_rule_gen.go#L813: func (*InputPrivacyValueAllowChatParticipants) TypeID() uint32 {
		tl_input_privacy_rule_gen.go#L818: func (*InputPrivacyValueAllowChatParticipants) TypeName() string {
		tl_input_privacy_rule_gen.go#L823: func (i *InputPrivacyValueAllowChatParticipants) TypeInfo() tdp.Type {
		tl_input_privacy_rule_gen.go#L842: func (i *InputPrivacyValueAllowChatParticipants) Encode(b *bin.Buffer) error {
		tl_input_privacy_rule_gen.go#L851: func (i *InputPrivacyValueAllowChatParticipants) EncodeBare(b *bin.Buffer) error {
		tl_input_privacy_rule_gen.go#L863: func (i *InputPrivacyValueAllowChatParticipants) Decode(b *bin.Buffer) error {
		tl_input_privacy_rule_gen.go#L874: func (i *InputPrivacyValueAllowChatParticipants) DecodeBare(b *bin.Buffer) error {
		tl_input_privacy_rule_gen.go#L899: func (i *InputPrivacyValueAllowChatParticipants) GetChats() (value []int64) {
		tl_input_privacy_rule_gen.go#L1254: 		v := InputPrivacyValueAllowChatParticipants{}
		tl_input_privacy_rule_slices_gen.go#L148: 		value, ok := elem.(*InputPrivacyValueAllowChatParticipants)
		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#L395: 	var zero InputPrivacyValueAllowChatParticipants
		tl_input_privacy_rule_slices_gen.go#L404: func (s *InputPrivacyValueAllowChatParticipantsArray) Pop() (v InputPrivacyValueAllowChatParticipants, ok bool) {
		tl_privacy_rule_gen.go#L1184: func (p *PrivacyValueAllowChatParticipants) AsInput() *InputPrivacyValueAllowChatParticipants {
		tl_privacy_rule_gen.go#L1185: 	value := new(InputPrivacyValueAllowChatParticipants)
		tl_registry_gen.go#L4046: 		InputPrivacyValueAllowChatParticipantsTypeID:             func() bin.Object { return &InputPrivacyValueAllowChatParticipants{} },