github.com/gotd/td/tg.RequestPeerTypeBroadcast.BotAdminRights (field)
8 uses
github.com/gotd/td/tg (current package)
tl_request_peer_type_gen.go#L694: BotAdminRights ChatAdminRights
tl_request_peer_type_gen.go#L729: if !(r.BotAdminRights.Zero()) {
tl_request_peer_type_gen.go#L762: r.BotAdminRights = val
tl_request_peer_type_gen.go#L825: if !(r.BotAdminRights.Zero()) {
tl_request_peer_type_gen.go#L857: if err := r.BotAdminRights.Encode(b); err != nil {
tl_request_peer_type_gen.go#L899: if err := r.BotAdminRights.Decode(b); err != nil {
tl_request_peer_type_gen.go#L964: r.BotAdminRights = value
tl_request_peer_type_gen.go#L976: return r.BotAdminRights, 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. |