type github.com/gotd/td/tg.AuthCodeTypeCall
19 uses
github.com/gotd/td/tg (current package)
tl_auth_code_type_gen.go#L141: type AuthCodeTypeCall struct {
tl_auth_code_type_gen.go#L148: func (c AuthCodeTypeCall) construct() AuthCodeTypeClass { return &c }
tl_auth_code_type_gen.go#L152: _ bin.Encoder = &AuthCodeTypeCall{}
tl_auth_code_type_gen.go#L153: _ bin.Decoder = &AuthCodeTypeCall{}
tl_auth_code_type_gen.go#L154: _ bin.BareEncoder = &AuthCodeTypeCall{}
tl_auth_code_type_gen.go#L155: _ bin.BareDecoder = &AuthCodeTypeCall{}
tl_auth_code_type_gen.go#L157: _ AuthCodeTypeClass = &AuthCodeTypeCall{}
tl_auth_code_type_gen.go#L160: func (c *AuthCodeTypeCall) Zero() bool {
tl_auth_code_type_gen.go#L169: func (c *AuthCodeTypeCall) String() string {
tl_auth_code_type_gen.go#L173: type Alias AuthCodeTypeCall
tl_auth_code_type_gen.go#L180: func (*AuthCodeTypeCall) TypeID() uint32 {
tl_auth_code_type_gen.go#L185: func (*AuthCodeTypeCall) TypeName() string {
tl_auth_code_type_gen.go#L190: func (c *AuthCodeTypeCall) TypeInfo() tdp.Type {
tl_auth_code_type_gen.go#L204: func (c *AuthCodeTypeCall) Encode(b *bin.Buffer) error {
tl_auth_code_type_gen.go#L213: func (c *AuthCodeTypeCall) EncodeBare(b *bin.Buffer) error {
tl_auth_code_type_gen.go#L221: func (c *AuthCodeTypeCall) Decode(b *bin.Buffer) error {
tl_auth_code_type_gen.go#L232: func (c *AuthCodeTypeCall) DecodeBare(b *bin.Buffer) error {
tl_auth_code_type_gen.go#L606: v := AuthCodeTypeCall{}
tl_registry_gen.go#L4203: AuthCodeTypeCallTypeID: func() bin.Object { return &AuthCodeTypeCall{} },
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. |