Layer 220
AccountGetContactSignUpNotification
Whether the user will receive notifications when contacts sign up
method
Users
account.getContactSignUpNotification#9f07c728 = Bool;
Returns
BoolGogram Example
// AccountGetContactSignUpNotification - positional arguments result, err := client.AccountGetContactSignUpNotification() if err != nil { // handle error } // result is *tg.Bool