const github.com/gotd/td/tg.GroupCallTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_group_call_gen.go#L292: const GroupCallTypeID = 0xd597650c
tl_group_call_gen.go#L441: return GroupCallTypeID
tl_group_call_gen.go#L453: ID: GroupCallTypeID,
tl_group_call_gen.go#L597: b.PutID(GroupCallTypeID)
tl_group_call_gen.go#L638: if err := b.ConsumeID(GroupCallTypeID); err != nil {
tl_group_call_gen.go#L1083: case GroupCallTypeID:
tl_registry_gen.go#L1025: GroupCallTypeID: "groupCall#d597650c",
tl_registry_gen.go#L2807: "groupCall": GroupCallTypeID,
tl_registry_gen.go#L4589: GroupCallTypeID: func() bin.Object { return &GroupCall{} },
tl_registry_gen.go#L5712: GroupCallTypeID,
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. |