github.com/gotd/td/tg.GroupCallParticipant.VolumeByAdmin (field)
7 uses
github.com/gotd/td/tg (current package)
tl_group_call_participant_gen.go#L69: VolumeByAdmin bool
tl_group_call_participant_gen.go#L146: if !(g.VolumeByAdmin == false) {
tl_group_call_participant_gen.go#L224: g.VolumeByAdmin = from.GetVolumeByAdmin()
tl_group_call_participant_gen.go#L398: if !(g.VolumeByAdmin == false) {
tl_group_call_participant_gen.go#L506: g.VolumeByAdmin = g.Flags.Has(10)
tl_group_call_participant_gen.go#L708: g.VolumeByAdmin = true
tl_group_call_participant_gen.go#L711: g.VolumeByAdmin = false
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. |