type github.com/gotd/td/tg.NotifyBroadcasts
19 uses
github.com/gotd/td/tg (current package)
tl_notify_peer_gen.go#L382: type NotifyBroadcasts struct {
tl_notify_peer_gen.go#L389: func (n NotifyBroadcasts) construct() NotifyPeerClass { return &n }
tl_notify_peer_gen.go#L393: _ bin.Encoder = &NotifyBroadcasts{}
tl_notify_peer_gen.go#L394: _ bin.Decoder = &NotifyBroadcasts{}
tl_notify_peer_gen.go#L395: _ bin.BareEncoder = &NotifyBroadcasts{}
tl_notify_peer_gen.go#L396: _ bin.BareDecoder = &NotifyBroadcasts{}
tl_notify_peer_gen.go#L398: _ NotifyPeerClass = &NotifyBroadcasts{}
tl_notify_peer_gen.go#L401: func (n *NotifyBroadcasts) Zero() bool {
tl_notify_peer_gen.go#L410: func (n *NotifyBroadcasts) String() string {
tl_notify_peer_gen.go#L414: type Alias NotifyBroadcasts
tl_notify_peer_gen.go#L421: func (*NotifyBroadcasts) TypeID() uint32 {
tl_notify_peer_gen.go#L426: func (*NotifyBroadcasts) TypeName() string {
tl_notify_peer_gen.go#L431: func (n *NotifyBroadcasts) TypeInfo() tdp.Type {
tl_notify_peer_gen.go#L445: func (n *NotifyBroadcasts) Encode(b *bin.Buffer) error {
tl_notify_peer_gen.go#L454: func (n *NotifyBroadcasts) EncodeBare(b *bin.Buffer) error {
tl_notify_peer_gen.go#L462: func (n *NotifyBroadcasts) Decode(b *bin.Buffer) error {
tl_notify_peer_gen.go#L473: func (n *NotifyBroadcasts) DecodeBare(b *bin.Buffer) error {
tl_notify_peer_gen.go#L724: v := NotifyBroadcasts{}
tl_registry_gen.go#L3999: NotifyBroadcastsTypeID: func() bin.Object { return &NotifyBroadcasts{} },
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |