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

19 uses

	github.com/gotd/td/tg (current package)
		tl_notify_peer_gen.go#L178: type NotifyUsers struct {
		tl_notify_peer_gen.go#L185: func (n NotifyUsers) construct() NotifyPeerClass { return &n }
		tl_notify_peer_gen.go#L189: 	_ bin.Encoder     = &NotifyUsers{}
		tl_notify_peer_gen.go#L190: 	_ bin.Decoder     = &NotifyUsers{}
		tl_notify_peer_gen.go#L191: 	_ bin.BareEncoder = &NotifyUsers{}
		tl_notify_peer_gen.go#L192: 	_ bin.BareDecoder = &NotifyUsers{}
		tl_notify_peer_gen.go#L194: 	_ NotifyPeerClass = &NotifyUsers{}
		tl_notify_peer_gen.go#L197: func (n *NotifyUsers) Zero() bool {
		tl_notify_peer_gen.go#L206: func (n *NotifyUsers) String() string {
		tl_notify_peer_gen.go#L210: 	type Alias NotifyUsers
		tl_notify_peer_gen.go#L217: func (*NotifyUsers) TypeID() uint32 {
		tl_notify_peer_gen.go#L222: func (*NotifyUsers) TypeName() string {
		tl_notify_peer_gen.go#L227: func (n *NotifyUsers) TypeInfo() tdp.Type {
		tl_notify_peer_gen.go#L241: func (n *NotifyUsers) Encode(b *bin.Buffer) error {
		tl_notify_peer_gen.go#L250: func (n *NotifyUsers) EncodeBare(b *bin.Buffer) error {
		tl_notify_peer_gen.go#L258: func (n *NotifyUsers) Decode(b *bin.Buffer) error {
		tl_notify_peer_gen.go#L269: func (n *NotifyUsers) DecodeBare(b *bin.Buffer) error {
		tl_notify_peer_gen.go#L710: 		v := NotifyUsers{}
		tl_registry_gen.go#L3997: 		NotifyUsersTypeID:                                        func() bin.Object { return &NotifyUsers{} },