const github.com/gotd/td/tg.UpdateChannelMessageForwardsTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L884: u.handlers[UpdateChannelMessageForwardsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L341: UpdateChannelMessageForwardsTypeID: "updateChannelMessageForwards#d29a27f4",
tl_registry_gen.go#L2123: "updateChannelMessageForwards": UpdateChannelMessageForwardsTypeID,
tl_registry_gen.go#L3905: UpdateChannelMessageForwardsTypeID: func() bin.Object { return &UpdateChannelMessageForwards{} },
tl_registry_gen.go#L6602: UpdateChannelMessageForwardsTypeID,
tl_update_gen.go#L15306: const UpdateChannelMessageForwardsTypeID = 0xd29a27f4
tl_update_gen.go#L15362: return UpdateChannelMessageForwardsTypeID
tl_update_gen.go#L15374: ID: UpdateChannelMessageForwardsTypeID,
tl_update_gen.go#L15402: b.PutID(UpdateChannelMessageForwardsTypeID)
tl_update_gen.go#L15422: if err := b.ConsumeID(UpdateChannelMessageForwardsTypeID); err != nil {
tl_update_gen.go#L25488: case UpdateChannelMessageForwardsTypeID:
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. |