const github.com/gotd/td/tg.NotifyBroadcastsTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_notify_peer_gen.go#L386: const NotifyBroadcastsTypeID = 0xd612e8ef
tl_notify_peer_gen.go#L422: return NotifyBroadcastsTypeID
tl_notify_peer_gen.go#L434: ID: NotifyBroadcastsTypeID,
tl_notify_peer_gen.go#L449: b.PutID(NotifyBroadcastsTypeID)
tl_notify_peer_gen.go#L466: if err := b.ConsumeID(NotifyBroadcastsTypeID); err != nil {
tl_notify_peer_gen.go#L722: case NotifyBroadcastsTypeID:
tl_registry_gen.go#L435: NotifyBroadcastsTypeID: "notifyBroadcasts#d612e8ef",
tl_registry_gen.go#L2217: "notifyBroadcasts": NotifyBroadcastsTypeID,
tl_registry_gen.go#L3999: NotifyBroadcastsTypeID: func() bin.Object { return &NotifyBroadcasts{} },
tl_registry_gen.go#L6223: NotifyBroadcastsTypeID,
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. |