const github.com/gotd/td/tg.GroupCallDiscardedTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_group_call_gen.go#L48: const GroupCallDiscardedTypeID = 0x7780bcb4
tl_group_call_gen.go#L104: return GroupCallDiscardedTypeID
tl_group_call_gen.go#L116: ID: GroupCallDiscardedTypeID,
tl_group_call_gen.go#L144: b.PutID(GroupCallDiscardedTypeID)
tl_group_call_gen.go#L164: if err := b.ConsumeID(GroupCallDiscardedTypeID); err != nil {
tl_group_call_gen.go#L1076: case GroupCallDiscardedTypeID:
tl_registry_gen.go#L1024: GroupCallDiscardedTypeID: "groupCallDiscarded#7780bcb4",
tl_registry_gen.go#L2806: "groupCallDiscarded": GroupCallDiscardedTypeID,
tl_registry_gen.go#L4588: GroupCallDiscardedTypeID: func() bin.Object { return &GroupCallDiscarded{} },
tl_registry_gen.go#L5711: GroupCallDiscardedTypeID,
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. |