const github.com/gotd/td/tg.UpdateNewStickerSetTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L424: u.handlers[UpdateNewStickerSetTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L295: UpdateNewStickerSetTypeID: "updateNewStickerSet#688a30aa",
tl_registry_gen.go#L2077: "updateNewStickerSet": UpdateNewStickerSetTypeID,
tl_registry_gen.go#L3859: UpdateNewStickerSetTypeID: func() bin.Object { return &UpdateNewStickerSet{} },
tl_registry_gen.go#L6556: UpdateNewStickerSetTypeID,
tl_update_gen.go#L6555: const UpdateNewStickerSetTypeID = 0x688a30aa
tl_update_gen.go#L6601: return UpdateNewStickerSetTypeID
tl_update_gen.go#L6613: ID: UpdateNewStickerSetTypeID,
tl_update_gen.go#L6633: b.PutID(UpdateNewStickerSetTypeID)
tl_update_gen.go#L6656: if err := b.ConsumeID(UpdateNewStickerSetTypeID); err != nil {
tl_update_gen.go#L25166: case UpdateNewStickerSetTypeID:
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. |