github.com/gotd/td/tg.RequestPeerTypeChat.BotAdminRights (field)
8 uses
github.com/gotd/td/tg (current package)
tl_request_peer_type_gen.go#L303: BotAdminRights ChatAdminRights
tl_request_peer_type_gen.go#L344: if !(r.BotAdminRights.Zero()) {
tl_request_peer_type_gen.go#L384: r.BotAdminRights = val
tl_request_peer_type_gen.go#L463: if !(r.BotAdminRights.Zero()) {
tl_request_peer_type_gen.go#L498: if err := r.BotAdminRights.Encode(b); err != nil {
tl_request_peer_type_gen.go#L548: if err := r.BotAdminRights.Decode(b); err != nil {
tl_request_peer_type_gen.go#L650: r.BotAdminRights = value
tl_request_peer_type_gen.go#L662: 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. |