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

32 uses

	github.com/gotd/td/tg (current package)
		tl_privacy_rule_gen.go#L890: type PrivacyValueDisallowChatParticipants struct {
		tl_privacy_rule_gen.go#L899: func (p PrivacyValueDisallowChatParticipants) construct() PrivacyRuleClass { return &p }
		tl_privacy_rule_gen.go#L903: 	_ bin.Encoder     = &PrivacyValueDisallowChatParticipants{}
		tl_privacy_rule_gen.go#L904: 	_ bin.Decoder     = &PrivacyValueDisallowChatParticipants{}
		tl_privacy_rule_gen.go#L905: 	_ bin.BareEncoder = &PrivacyValueDisallowChatParticipants{}
		tl_privacy_rule_gen.go#L906: 	_ bin.BareDecoder = &PrivacyValueDisallowChatParticipants{}
		tl_privacy_rule_gen.go#L908: 	_ PrivacyRuleClass = &PrivacyValueDisallowChatParticipants{}
		tl_privacy_rule_gen.go#L911: func (p *PrivacyValueDisallowChatParticipants) Zero() bool {
		tl_privacy_rule_gen.go#L923: func (p *PrivacyValueDisallowChatParticipants) String() string {
		tl_privacy_rule_gen.go#L927: 	type Alias PrivacyValueDisallowChatParticipants
		tl_privacy_rule_gen.go#L932: func (p *PrivacyValueDisallowChatParticipants) FillFrom(from interface {
		tl_privacy_rule_gen.go#L941: func (*PrivacyValueDisallowChatParticipants) TypeID() uint32 {
		tl_privacy_rule_gen.go#L946: func (*PrivacyValueDisallowChatParticipants) TypeName() string {
		tl_privacy_rule_gen.go#L951: func (p *PrivacyValueDisallowChatParticipants) TypeInfo() tdp.Type {
		tl_privacy_rule_gen.go#L970: func (p *PrivacyValueDisallowChatParticipants) Encode(b *bin.Buffer) error {
		tl_privacy_rule_gen.go#L979: func (p *PrivacyValueDisallowChatParticipants) EncodeBare(b *bin.Buffer) error {
		tl_privacy_rule_gen.go#L991: func (p *PrivacyValueDisallowChatParticipants) Decode(b *bin.Buffer) error {
		tl_privacy_rule_gen.go#L1002: func (p *PrivacyValueDisallowChatParticipants) DecodeBare(b *bin.Buffer) error {
		tl_privacy_rule_gen.go#L1027: func (p *PrivacyValueDisallowChatParticipants) GetChats() (value []int64) {
		tl_privacy_rule_gen.go#L1192: func (p *PrivacyValueDisallowChatParticipants) AsInput() *InputPrivacyValueDisallowChatParticipants {
		tl_privacy_rule_gen.go#L1257: 		v := PrivacyValueDisallowChatParticipants{}
		tl_privacy_rule_slices_gen.go#L161: 		value, ok := elem.(*PrivacyValueDisallowChatParticipants)
		tl_privacy_rule_slices_gen.go#L418: type PrivacyValueDisallowChatParticipantsArray []PrivacyValueDisallowChatParticipants
		tl_privacy_rule_slices_gen.go#L421: func (s PrivacyValueDisallowChatParticipantsArray) Sort(less func(a, b PrivacyValueDisallowChatParticipants) bool) PrivacyValueDisallowChatParticipantsArray {
		tl_privacy_rule_slices_gen.go#L429: func (s PrivacyValueDisallowChatParticipantsArray) SortStable(less func(a, b PrivacyValueDisallowChatParticipants) bool) PrivacyValueDisallowChatParticipantsArray {
		tl_privacy_rule_slices_gen.go#L437: func (s PrivacyValueDisallowChatParticipantsArray) Retain(keep func(x PrivacyValueDisallowChatParticipants) bool) PrivacyValueDisallowChatParticipantsArray {
		tl_privacy_rule_slices_gen.go#L451: func (s PrivacyValueDisallowChatParticipantsArray) First() (v PrivacyValueDisallowChatParticipants, ok bool) {
		tl_privacy_rule_slices_gen.go#L459: func (s PrivacyValueDisallowChatParticipantsArray) Last() (v PrivacyValueDisallowChatParticipants, ok bool) {
		tl_privacy_rule_slices_gen.go#L467: func (s *PrivacyValueDisallowChatParticipantsArray) PopFirst() (v PrivacyValueDisallowChatParticipants, ok bool) {
		tl_privacy_rule_slices_gen.go#L477: 	var zero PrivacyValueDisallowChatParticipants
		tl_privacy_rule_slices_gen.go#L486: func (s *PrivacyValueDisallowChatParticipantsArray) Pop() (v PrivacyValueDisallowChatParticipants, ok bool) {
		tl_registry_gen.go#L4056: 		PrivacyValueDisallowChatParticipantsTypeID:               func() bin.Object { return &PrivacyValueDisallowChatParticipants{} },