const github.com/gotd/td/tg.UpdateReadChannelDiscussionOutboxTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L904: u.handlers[UpdateReadChannelDiscussionOutboxTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L343: UpdateReadChannelDiscussionOutboxTypeID: "updateReadChannelDiscussionOutbox#695c9e7c",
tl_registry_gen.go#L2125: "updateReadChannelDiscussionOutbox": UpdateReadChannelDiscussionOutboxTypeID,
tl_registry_gen.go#L3907: UpdateReadChannelDiscussionOutboxTypeID: func() bin.Object { return &UpdateReadChannelDiscussionOutbox{} },
tl_registry_gen.go#L6604: UpdateReadChannelDiscussionOutboxTypeID,
tl_update_gen.go#L15833: const UpdateReadChannelDiscussionOutboxTypeID = 0x695c9e7c
tl_update_gen.go#L15889: return UpdateReadChannelDiscussionOutboxTypeID
tl_update_gen.go#L15901: ID: UpdateReadChannelDiscussionOutboxTypeID,
tl_update_gen.go#L15929: b.PutID(UpdateReadChannelDiscussionOutboxTypeID)
tl_update_gen.go#L15949: if err := b.ConsumeID(UpdateReadChannelDiscussionOutboxTypeID); err != nil {
tl_update_gen.go#L25502: case UpdateReadChannelDiscussionOutboxTypeID:
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. |