type github.com/gotd/td/tg.InputPrivacyValueDisallowAll
19 uses
github.com/gotd/td/tg (current package)
tl_input_privacy_rule_gen.go#L502: type InputPrivacyValueDisallowAll struct {
tl_input_privacy_rule_gen.go#L509: func (i InputPrivacyValueDisallowAll) construct() InputPrivacyRuleClass { return &i }
tl_input_privacy_rule_gen.go#L513: _ bin.Encoder = &InputPrivacyValueDisallowAll{}
tl_input_privacy_rule_gen.go#L514: _ bin.Decoder = &InputPrivacyValueDisallowAll{}
tl_input_privacy_rule_gen.go#L515: _ bin.BareEncoder = &InputPrivacyValueDisallowAll{}
tl_input_privacy_rule_gen.go#L516: _ bin.BareDecoder = &InputPrivacyValueDisallowAll{}
tl_input_privacy_rule_gen.go#L518: _ InputPrivacyRuleClass = &InputPrivacyValueDisallowAll{}
tl_input_privacy_rule_gen.go#L521: func (i *InputPrivacyValueDisallowAll) Zero() bool {
tl_input_privacy_rule_gen.go#L530: func (i *InputPrivacyValueDisallowAll) String() string {
tl_input_privacy_rule_gen.go#L534: type Alias InputPrivacyValueDisallowAll
tl_input_privacy_rule_gen.go#L541: func (*InputPrivacyValueDisallowAll) TypeID() uint32 {
tl_input_privacy_rule_gen.go#L546: func (*InputPrivacyValueDisallowAll) TypeName() string {
tl_input_privacy_rule_gen.go#L551: func (i *InputPrivacyValueDisallowAll) TypeInfo() tdp.Type {
tl_input_privacy_rule_gen.go#L565: func (i *InputPrivacyValueDisallowAll) Encode(b *bin.Buffer) error {
tl_input_privacy_rule_gen.go#L574: func (i *InputPrivacyValueDisallowAll) EncodeBare(b *bin.Buffer) error {
tl_input_privacy_rule_gen.go#L582: func (i *InputPrivacyValueDisallowAll) Decode(b *bin.Buffer) error {
tl_input_privacy_rule_gen.go#L593: func (i *InputPrivacyValueDisallowAll) DecodeBare(b *bin.Buffer) error {
tl_input_privacy_rule_gen.go#L1240: v := InputPrivacyValueDisallowAll{}
tl_registry_gen.go#L4044: InputPrivacyValueDisallowAllTypeID: func() bin.Object { return &InputPrivacyValueDisallowAll{} },
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. |