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

19 uses

	github.com/gotd/td/tg (current package)
		tl_input_notify_peer_gen.go#L385: type InputNotifyBroadcasts struct {
		tl_input_notify_peer_gen.go#L392: func (i InputNotifyBroadcasts) construct() InputNotifyPeerClass { return &i }
		tl_input_notify_peer_gen.go#L396: 	_ bin.Encoder     = &InputNotifyBroadcasts{}
		tl_input_notify_peer_gen.go#L397: 	_ bin.Decoder     = &InputNotifyBroadcasts{}
		tl_input_notify_peer_gen.go#L398: 	_ bin.BareEncoder = &InputNotifyBroadcasts{}
		tl_input_notify_peer_gen.go#L399: 	_ bin.BareDecoder = &InputNotifyBroadcasts{}
		tl_input_notify_peer_gen.go#L401: 	_ InputNotifyPeerClass = &InputNotifyBroadcasts{}
		tl_input_notify_peer_gen.go#L404: func (i *InputNotifyBroadcasts) Zero() bool {
		tl_input_notify_peer_gen.go#L413: func (i *InputNotifyBroadcasts) String() string {
		tl_input_notify_peer_gen.go#L417: 	type Alias InputNotifyBroadcasts
		tl_input_notify_peer_gen.go#L424: func (*InputNotifyBroadcasts) TypeID() uint32 {
		tl_input_notify_peer_gen.go#L429: func (*InputNotifyBroadcasts) TypeName() string {
		tl_input_notify_peer_gen.go#L434: func (i *InputNotifyBroadcasts) TypeInfo() tdp.Type {
		tl_input_notify_peer_gen.go#L448: func (i *InputNotifyBroadcasts) Encode(b *bin.Buffer) error {
		tl_input_notify_peer_gen.go#L457: func (i *InputNotifyBroadcasts) EncodeBare(b *bin.Buffer) error {
		tl_input_notify_peer_gen.go#L465: func (i *InputNotifyBroadcasts) Decode(b *bin.Buffer) error {
		tl_input_notify_peer_gen.go#L476: func (i *InputNotifyBroadcasts) DecodeBare(b *bin.Buffer) error {
		tl_input_notify_peer_gen.go#L727: 		v := InputNotifyBroadcasts{}
		tl_registry_gen.go#L3774: 		InputNotifyBroadcastsTypeID:                              func() bin.Object { return &InputNotifyBroadcasts{} },