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

19 uses

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