github.com/gotd/td/tg.PhoneJoinGroupCallRequest.InviteHash (field)
8 uses
github.com/gotd/td/tg (current package)
tl_phone_join_group_call_gen.go#L59: InviteHash string
tl_phone_join_group_call_gen.go#L94: if !(j.InviteHash == "") {
tl_phone_join_group_call_gen.go#L127: j.InviteHash = val
tl_phone_join_group_call_gen.go#L195: if !(j.InviteHash == "") {
tl_phone_join_group_call_gen.go#L228: b.PutString(j.InviteHash)
tl_phone_join_group_call_gen.go#L276: j.InviteHash = value
tl_phone_join_group_call_gen.go#L343: j.InviteHash = value
tl_phone_join_group_call_gen.go#L355: return j.InviteHash, true
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. |