const github.com/gotd/td/tg.UpdateReadChannelDiscussionInboxTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L894: u.handlers[UpdateReadChannelDiscussionInboxTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L342: UpdateReadChannelDiscussionInboxTypeID: "updateReadChannelDiscussionInbox#d6b19546",
tl_registry_gen.go#L2124: "updateReadChannelDiscussionInbox": UpdateReadChannelDiscussionInboxTypeID,
tl_registry_gen.go#L3906: UpdateReadChannelDiscussionInboxTypeID: func() bin.Object { return &UpdateReadChannelDiscussionInbox{} },
tl_registry_gen.go#L6603: UpdateReadChannelDiscussionInboxTypeID,
tl_update_gen.go#L15528: const UpdateReadChannelDiscussionInboxTypeID = 0xd6b19546
tl_update_gen.go#L15603: return UpdateReadChannelDiscussionInboxTypeID
tl_update_gen.go#L15615: ID: UpdateReadChannelDiscussionInboxTypeID,
tl_update_gen.go#L15663: b.PutID(UpdateReadChannelDiscussionInboxTypeID)
tl_update_gen.go#L15693: if err := b.ConsumeID(UpdateReadChannelDiscussionInboxTypeID); err != nil {
tl_update_gen.go#L25495: case UpdateReadChannelDiscussionInboxTypeID:
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. |