github.com/gotd/td/tg.ChatAdminRights.Zero (method)
22 uses
github.com/gotd/td/tg (current package)
tl_bots_set_bot_broadcast_default_admin_rights_gen.go#L63: if !(s.AdminRights.Zero()) {
tl_bots_set_bot_group_default_admin_rights_gen.go#L63: if !(s.AdminRights.Zero()) {
tl_channel_participant_gen.go#L488: if !(c.AdminRights.Zero()) {
tl_channel_participant_gen.go#L749: if !(c.AdminRights.Zero()) {
tl_channels_edit_admin_gen.go#L76: if !(e.AdminRights.Zero()) {
tl_chat_admin_rights_gen.go#L139: func (c *ChatAdminRights) Zero() bool {
tl_chat_gen.go#L294: if !(c.AdminRights.Zero()) {
tl_chat_gen.go#L476: if !(c.AdminRights.Zero()) {
tl_chat_gen.go#L1292: if !(c.AdminRights.Zero()) {
tl_chat_gen.go#L1762: if !(c.AdminRights.Zero()) {
tl_request_peer_type_gen.go#L341: if !(r.UserAdminRights.Zero()) {
tl_request_peer_type_gen.go#L344: if !(r.BotAdminRights.Zero()) {
tl_request_peer_type_gen.go#L460: if !(r.UserAdminRights.Zero()) {
tl_request_peer_type_gen.go#L463: if !(r.BotAdminRights.Zero()) {
tl_request_peer_type_gen.go#L726: if !(r.UserAdminRights.Zero()) {
tl_request_peer_type_gen.go#L729: if !(r.BotAdminRights.Zero()) {
tl_request_peer_type_gen.go#L822: if !(r.UserAdminRights.Zero()) {
tl_request_peer_type_gen.go#L825: if !(r.BotAdminRights.Zero()) {
tl_user_full_gen.go#L271: if !(u.BotGroupAdminRights.Zero()) {
tl_user_full_gen.go#L274: if !(u.BotBroadcastAdminRights.Zero()) {
tl_user_full_gen.go#L647: if !(u.BotGroupAdminRights.Zero()) {
tl_user_full_gen.go#L650: if !(u.BotBroadcastAdminRights.Zero()) {
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. |