github.com/gotd/td/tg.ChatBannedRights.Zero (method)
13 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_gen.go#L2483: if !(c.PrevBannedRights.Zero()) {
tl_channel_admin_log_event_action_gen.go#L2486: if !(c.NewBannedRights.Zero()) {
tl_channel_participant_gen.go#L1139: if !(c.BannedRights.Zero()) {
tl_channels_edit_banned_gen.go#L74: if !(e.BannedRights.Zero()) {
tl_chat_banned_rights_gen.go#L164: func (c *ChatBannedRights) Zero() bool {
tl_chat_gen.go#L297: if !(c.DefaultBannedRights.Zero()) {
tl_chat_gen.go#L479: if !(c.DefaultBannedRights.Zero()) {
tl_chat_gen.go#L1295: if !(c.BannedRights.Zero()) {
tl_chat_gen.go#L1298: if !(c.DefaultBannedRights.Zero()) {
tl_chat_gen.go#L1765: if !(c.BannedRights.Zero()) {
tl_chat_gen.go#L1768: if !(c.DefaultBannedRights.Zero()) {
tl_messages_edit_chat_default_banned_rights_gen.go#L66: if !(e.BannedRights.Zero()) {
tl_update_gen.go#L12990: if !(u.DefaultBannedRights.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. |