type github.com/gotd/td/tg.AuthCodeTypeMissedCall
19 uses
github.com/gotd/td/tg (current package)
tl_auth_code_type_gen.go#L347: type AuthCodeTypeMissedCall struct {
tl_auth_code_type_gen.go#L354: func (c AuthCodeTypeMissedCall) construct() AuthCodeTypeClass { return &c }
tl_auth_code_type_gen.go#L358: _ bin.Encoder = &AuthCodeTypeMissedCall{}
tl_auth_code_type_gen.go#L359: _ bin.Decoder = &AuthCodeTypeMissedCall{}
tl_auth_code_type_gen.go#L360: _ bin.BareEncoder = &AuthCodeTypeMissedCall{}
tl_auth_code_type_gen.go#L361: _ bin.BareDecoder = &AuthCodeTypeMissedCall{}
tl_auth_code_type_gen.go#L363: _ AuthCodeTypeClass = &AuthCodeTypeMissedCall{}
tl_auth_code_type_gen.go#L366: func (c *AuthCodeTypeMissedCall) Zero() bool {
tl_auth_code_type_gen.go#L375: func (c *AuthCodeTypeMissedCall) String() string {
tl_auth_code_type_gen.go#L379: type Alias AuthCodeTypeMissedCall
tl_auth_code_type_gen.go#L386: func (*AuthCodeTypeMissedCall) TypeID() uint32 {
tl_auth_code_type_gen.go#L391: func (*AuthCodeTypeMissedCall) TypeName() string {
tl_auth_code_type_gen.go#L396: func (c *AuthCodeTypeMissedCall) TypeInfo() tdp.Type {
tl_auth_code_type_gen.go#L410: func (c *AuthCodeTypeMissedCall) Encode(b *bin.Buffer) error {
tl_auth_code_type_gen.go#L419: func (c *AuthCodeTypeMissedCall) EncodeBare(b *bin.Buffer) error {
tl_auth_code_type_gen.go#L427: func (c *AuthCodeTypeMissedCall) Decode(b *bin.Buffer) error {
tl_auth_code_type_gen.go#L438: func (c *AuthCodeTypeMissedCall) DecodeBare(b *bin.Buffer) error {
tl_auth_code_type_gen.go#L620: v := AuthCodeTypeMissedCall{}
tl_registry_gen.go#L4205: AuthCodeTypeMissedCallTypeID: func() bin.Object { return &AuthCodeTypeMissedCall{} },
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. |