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

33 uses

	github.com/gotd/td/tg (current package)
		tl_input_privacy_rule_gen.go#L916: type InputPrivacyValueDisallowChatParticipants struct {
		tl_input_privacy_rule_gen.go#L931: func (i InputPrivacyValueDisallowChatParticipants) construct() InputPrivacyRuleClass { return &i }
		tl_input_privacy_rule_gen.go#L935: 	_ bin.Encoder     = &InputPrivacyValueDisallowChatParticipants{}
		tl_input_privacy_rule_gen.go#L936: 	_ bin.Decoder     = &InputPrivacyValueDisallowChatParticipants{}
		tl_input_privacy_rule_gen.go#L937: 	_ bin.BareEncoder = &InputPrivacyValueDisallowChatParticipants{}
		tl_input_privacy_rule_gen.go#L938: 	_ bin.BareDecoder = &InputPrivacyValueDisallowChatParticipants{}
		tl_input_privacy_rule_gen.go#L940: 	_ InputPrivacyRuleClass = &InputPrivacyValueDisallowChatParticipants{}
		tl_input_privacy_rule_gen.go#L943: func (i *InputPrivacyValueDisallowChatParticipants) Zero() bool {
		tl_input_privacy_rule_gen.go#L955: func (i *InputPrivacyValueDisallowChatParticipants) String() string {
		tl_input_privacy_rule_gen.go#L959: 	type Alias InputPrivacyValueDisallowChatParticipants
		tl_input_privacy_rule_gen.go#L964: func (i *InputPrivacyValueDisallowChatParticipants) FillFrom(from interface {
		tl_input_privacy_rule_gen.go#L973: func (*InputPrivacyValueDisallowChatParticipants) TypeID() uint32 {
		tl_input_privacy_rule_gen.go#L978: func (*InputPrivacyValueDisallowChatParticipants) TypeName() string {
		tl_input_privacy_rule_gen.go#L983: func (i *InputPrivacyValueDisallowChatParticipants) TypeInfo() tdp.Type {
		tl_input_privacy_rule_gen.go#L1002: func (i *InputPrivacyValueDisallowChatParticipants) Encode(b *bin.Buffer) error {
		tl_input_privacy_rule_gen.go#L1011: func (i *InputPrivacyValueDisallowChatParticipants) EncodeBare(b *bin.Buffer) error {
		tl_input_privacy_rule_gen.go#L1023: func (i *InputPrivacyValueDisallowChatParticipants) Decode(b *bin.Buffer) error {
		tl_input_privacy_rule_gen.go#L1034: func (i *InputPrivacyValueDisallowChatParticipants) DecodeBare(b *bin.Buffer) error {
		tl_input_privacy_rule_gen.go#L1059: func (i *InputPrivacyValueDisallowChatParticipants) GetChats() (value []int64) {
		tl_input_privacy_rule_gen.go#L1601: 		v := InputPrivacyValueDisallowChatParticipants{}
		tl_input_privacy_rule_slices_gen.go#L161: 		value, ok := elem.(*InputPrivacyValueDisallowChatParticipants)
		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#L477: 	var zero InputPrivacyValueDisallowChatParticipants
		tl_input_privacy_rule_slices_gen.go#L486: func (s *InputPrivacyValueDisallowChatParticipantsArray) Pop() (v InputPrivacyValueDisallowChatParticipants, ok bool) {
		tl_privacy_rule_gen.go#L1532: func (p *PrivacyValueDisallowChatParticipants) AsInput() *InputPrivacyValueDisallowChatParticipants {
		tl_privacy_rule_gen.go#L1533: 	value := new(InputPrivacyValueDisallowChatParticipants)
		tl_registry_gen.go#L5423: 		InputPrivacyValueDisallowChatParticipantsTypeID:          func() bin.Object { return &InputPrivacyValueDisallowChatParticipants{} },