const github.com/gotd/td/tg.UpdateChatParticipantDeleteTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L254: u.handlers[UpdateChatParticipantDeleteTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L278: UpdateChatParticipantDeleteTypeID: "updateChatParticipantDelete#e32f3d77",
tl_registry_gen.go#L2060: "updateChatParticipantDelete": UpdateChatParticipantDeleteTypeID,
tl_registry_gen.go#L3842: UpdateChatParticipantDeleteTypeID: func() bin.Object { return &UpdateChatParticipantDelete{} },
tl_registry_gen.go#L6539: UpdateChatParticipantDeleteTypeID,
tl_update_gen.go#L2778: const UpdateChatParticipantDeleteTypeID = 0xe32f3d77
tl_update_gen.go#L2834: return UpdateChatParticipantDeleteTypeID
tl_update_gen.go#L2846: ID: UpdateChatParticipantDeleteTypeID,
tl_update_gen.go#L2874: b.PutID(UpdateChatParticipantDeleteTypeID)
tl_update_gen.go#L2894: if err := b.ConsumeID(UpdateChatParticipantDeleteTypeID); err != nil {
tl_update_gen.go#L25047: case UpdateChatParticipantDeleteTypeID:
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. |