type github.com/gotd/td/tg.AuthCodeTypeFlashCall

19 uses

	github.com/gotd/td/tg (current package)
		tl_auth_code_type_gen.go#L244: type AuthCodeTypeFlashCall struct {
		tl_auth_code_type_gen.go#L251: func (c AuthCodeTypeFlashCall) construct() AuthCodeTypeClass { return &c }
		tl_auth_code_type_gen.go#L255: 	_ bin.Encoder     = &AuthCodeTypeFlashCall{}
		tl_auth_code_type_gen.go#L256: 	_ bin.Decoder     = &AuthCodeTypeFlashCall{}
		tl_auth_code_type_gen.go#L257: 	_ bin.BareEncoder = &AuthCodeTypeFlashCall{}
		tl_auth_code_type_gen.go#L258: 	_ bin.BareDecoder = &AuthCodeTypeFlashCall{}
		tl_auth_code_type_gen.go#L260: 	_ AuthCodeTypeClass = &AuthCodeTypeFlashCall{}
		tl_auth_code_type_gen.go#L263: func (c *AuthCodeTypeFlashCall) Zero() bool {
		tl_auth_code_type_gen.go#L272: func (c *AuthCodeTypeFlashCall) String() string {
		tl_auth_code_type_gen.go#L276: 	type Alias AuthCodeTypeFlashCall
		tl_auth_code_type_gen.go#L283: func (*AuthCodeTypeFlashCall) TypeID() uint32 {
		tl_auth_code_type_gen.go#L288: func (*AuthCodeTypeFlashCall) TypeName() string {
		tl_auth_code_type_gen.go#L293: func (c *AuthCodeTypeFlashCall) TypeInfo() tdp.Type {
		tl_auth_code_type_gen.go#L307: func (c *AuthCodeTypeFlashCall) Encode(b *bin.Buffer) error {
		tl_auth_code_type_gen.go#L316: func (c *AuthCodeTypeFlashCall) EncodeBare(b *bin.Buffer) error {
		tl_auth_code_type_gen.go#L324: func (c *AuthCodeTypeFlashCall) Decode(b *bin.Buffer) error {
		tl_auth_code_type_gen.go#L335: func (c *AuthCodeTypeFlashCall) DecodeBare(b *bin.Buffer) error {
		tl_auth_code_type_gen.go#L613: 		v := AuthCodeTypeFlashCall{}
		tl_registry_gen.go#L4204: 		AuthCodeTypeFlashCallTypeID:                              func() bin.Object { return &AuthCodeTypeFlashCall{} },