github.com/gotd/td/tg.UpdateChatParticipantAdmin.IsAdmin (field)
6 uses
github.com/gotd/td/tg (current package)
tl_update_gen.go#L6339: IsAdmin bool
tl_update_gen.go#L6370: if !(u.IsAdmin == false) {
tl_update_gen.go#L6398: u.IsAdmin = from.GetIsAdmin()
tl_update_gen.go#L6461: b.PutBool(u.IsAdmin)
tl_update_gen.go#L6501: u.IsAdmin = value
tl_update_gen.go#L6534: return u.IsAdmin
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. |