const github.com/gotd/td/tg.UpdateChannelTooLongTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L354: u.handlers[UpdateChannelTooLongTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L288: UpdateChannelTooLongTypeID: "updateChannelTooLong#108d941f",
tl_registry_gen.go#L2070: "updateChannelTooLong": UpdateChannelTooLongTypeID,
tl_registry_gen.go#L3852: UpdateChannelTooLongTypeID: func() bin.Object { return &UpdateChannelTooLong{} },
tl_registry_gen.go#L6549: UpdateChannelTooLongTypeID,
tl_update_gen.go#L5081: const UpdateChannelTooLongTypeID = 0x108d941f
tl_update_gen.go#L5138: return UpdateChannelTooLongTypeID
tl_update_gen.go#L5150: ID: UpdateChannelTooLongTypeID,
tl_update_gen.go#L5182: b.PutID(UpdateChannelTooLongTypeID)
tl_update_gen.go#L5207: if err := b.ConsumeID(UpdateChannelTooLongTypeID); err != nil {
tl_update_gen.go#L25117: case UpdateChannelTooLongTypeID:
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. |