const github.com/gotd/td/tg.NotifyForumTopicTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_notify_peer_gen.go#L499: const NotifyForumTopicTypeID = 0x226e6308
tl_notify_peer_gen.go#L550: return NotifyForumTopicTypeID
tl_notify_peer_gen.go#L562: ID: NotifyForumTopicTypeID,
tl_notify_peer_gen.go#L586: b.PutID(NotifyForumTopicTypeID)
tl_notify_peer_gen.go#L610: if err := b.ConsumeID(NotifyForumTopicTypeID); err != nil {
tl_notify_peer_gen.go#L729: case NotifyForumTopicTypeID:
tl_registry_gen.go#L436: NotifyForumTopicTypeID: "notifyForumTopic#226e6308",
tl_registry_gen.go#L2218: "notifyForumTopic": NotifyForumTopicTypeID,
tl_registry_gen.go#L4000: NotifyForumTopicTypeID: func() bin.Object { return &NotifyForumTopic{} },
tl_registry_gen.go#L6224: NotifyForumTopicTypeID,
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. |