const github.com/gotd/td/tg.GroupCallStreamChannelTypeID
8 uses
github.com/gotd/td/tg (current package)
tl_group_call_stream_channel_gen.go#L53: const GroupCallStreamChannelTypeID = 0x80eb48af
tl_group_call_stream_channel_gen.go#L104: return GroupCallStreamChannelTypeID
tl_group_call_stream_channel_gen.go#L116: ID: GroupCallStreamChannelTypeID,
tl_group_call_stream_channel_gen.go#L144: b.PutID(GroupCallStreamChannelTypeID)
tl_group_call_stream_channel_gen.go#L164: if err := b.ConsumeID(GroupCallStreamChannelTypeID); err != nil {
tl_registry_gen.go#L1080: GroupCallStreamChannelTypeID: "groupCallStreamChannel#80eb48af",
tl_registry_gen.go#L2862: "groupCallStreamChannel": GroupCallStreamChannelTypeID,
tl_registry_gen.go#L4644: GroupCallStreamChannelTypeID: func() bin.Object { return &GroupCallStreamChannel{} },
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. |