github.com/gotd/td/tg.AccountUpdateConnectedBotRequest.Rights (field)

8 uses

	github.com/gotd/td/tg (current package)
		tl_account_update_connected_bot_gen.go#L53: 	Rights BusinessBotRights
		tl_account_update_connected_bot_gen.go#L81: 	if !(u.Rights.Zero()) {
		tl_account_update_connected_bot_gen.go#L112: 		u.Rights = val
		tl_account_update_connected_bot_gen.go#L169: 	if !(u.Rights.Zero()) {
		tl_account_update_connected_bot_gen.go#L193: 		if err := u.Rights.Encode(b); err != nil {
		tl_account_update_connected_bot_gen.go#L232: 		if err := u.Rights.Decode(b); err != nil {
		tl_account_update_connected_bot_gen.go#L273: 	u.Rights = value
		tl_account_update_connected_bot_gen.go#L285: 	return u.Rights, true