type github.com/gotd/td/tg.AuthCodeTypeClass
27 uses
github.com/gotd/td/tg (current package)
tl_auth_code_type_gen.go#L46: func (c AuthCodeTypeSMS) construct() AuthCodeTypeClass { return &c }
tl_auth_code_type_gen.go#L55: _ AuthCodeTypeClass = &AuthCodeTypeSMS{}
tl_auth_code_type_gen.go#L148: func (c AuthCodeTypeCall) construct() AuthCodeTypeClass { return &c }
tl_auth_code_type_gen.go#L157: _ AuthCodeTypeClass = &AuthCodeTypeCall{}
tl_auth_code_type_gen.go#L251: func (c AuthCodeTypeFlashCall) construct() AuthCodeTypeClass { return &c }
tl_auth_code_type_gen.go#L260: _ AuthCodeTypeClass = &AuthCodeTypeFlashCall{}
tl_auth_code_type_gen.go#L354: func (c AuthCodeTypeMissedCall) construct() AuthCodeTypeClass { return &c }
tl_auth_code_type_gen.go#L363: _ AuthCodeTypeClass = &AuthCodeTypeMissedCall{}
tl_auth_code_type_gen.go#L459: func (c AuthCodeTypeFragmentSMS) construct() AuthCodeTypeClass { return &c }
tl_auth_code_type_gen.go#L468: _ AuthCodeTypeClass = &AuthCodeTypeFragmentSMS{}
tl_auth_code_type_gen.go#L571: type AuthCodeTypeClass interface {
tl_auth_code_type_gen.go#L576: construct() AuthCodeTypeClass
tl_auth_code_type_gen.go#L591: func DecodeAuthCodeType(buf *bin.Buffer) (AuthCodeTypeClass, error) {
tl_auth_code_type_gen.go#L639: CodeType AuthCodeTypeClass
tl_auth_code_type_slices_gen.go#L38: type AuthCodeTypeClassArray []AuthCodeTypeClass
tl_auth_code_type_slices_gen.go#L41: func (s AuthCodeTypeClassArray) Sort(less func(a, b AuthCodeTypeClass) bool) AuthCodeTypeClassArray {
tl_auth_code_type_slices_gen.go#L49: func (s AuthCodeTypeClassArray) SortStable(less func(a, b AuthCodeTypeClass) bool) AuthCodeTypeClassArray {
tl_auth_code_type_slices_gen.go#L57: func (s AuthCodeTypeClassArray) Retain(keep func(x AuthCodeTypeClass) bool) AuthCodeTypeClassArray {
tl_auth_code_type_slices_gen.go#L71: func (s AuthCodeTypeClassArray) First() (v AuthCodeTypeClass, ok bool) {
tl_auth_code_type_slices_gen.go#L79: func (s AuthCodeTypeClassArray) Last() (v AuthCodeTypeClass, ok bool) {
tl_auth_code_type_slices_gen.go#L87: func (s *AuthCodeTypeClassArray) PopFirst() (v AuthCodeTypeClass, ok bool) {
tl_auth_code_type_slices_gen.go#L97: var zero AuthCodeTypeClass
tl_auth_code_type_slices_gen.go#L106: func (s *AuthCodeTypeClassArray) Pop() (v AuthCodeTypeClass, ok bool) {
tl_auth_sent_code_gen.go#L58: NextType AuthCodeTypeClass
tl_auth_sent_code_gen.go#L117: GetNextType() (value AuthCodeTypeClass, ok bool)
tl_auth_sent_code_gen.go#L295: func (s *AuthSentCode) SetNextType(value AuthCodeTypeClass) {
tl_auth_sent_code_gen.go#L302: func (s *AuthSentCode) GetNextType() (value AuthCodeTypeClass, ok bool) {
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. |