const github.com/gotd/td/tg.UpdateChatDefaultBannedRightsTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L744: u.handlers[UpdateChatDefaultBannedRightsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L327: UpdateChatDefaultBannedRightsTypeID: "updateChatDefaultBannedRights#54c01850",
tl_registry_gen.go#L2109: "updateChatDefaultBannedRights": UpdateChatDefaultBannedRightsTypeID,
tl_registry_gen.go#L3891: UpdateChatDefaultBannedRightsTypeID: func() bin.Object { return &UpdateChatDefaultBannedRights{} },
tl_registry_gen.go#L6588: UpdateChatDefaultBannedRightsTypeID,
tl_update_gen.go#L12968: const UpdateChatDefaultBannedRightsTypeID = 0x54c01850
tl_update_gen.go#L13024: return UpdateChatDefaultBannedRightsTypeID
tl_update_gen.go#L13036: ID: UpdateChatDefaultBannedRightsTypeID,
tl_update_gen.go#L13064: b.PutID(UpdateChatDefaultBannedRightsTypeID)
tl_update_gen.go#L13091: if err := b.ConsumeID(UpdateChatDefaultBannedRightsTypeID); err != nil {
tl_update_gen.go#L25390: case UpdateChatDefaultBannedRightsTypeID:
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. |