type github.com/gotd/td/tg.AuthAuthorizationSignUpRequired
35 uses
github.com/gotd/td/tg (current package)
tl_auth_authorization_gen.go#L390: type AuthAuthorizationSignUpRequired struct {
tl_auth_authorization_gen.go#L407: func (a AuthAuthorizationSignUpRequired) construct() AuthAuthorizationClass { return &a }
tl_auth_authorization_gen.go#L411: _ bin.Encoder = &AuthAuthorizationSignUpRequired{}
tl_auth_authorization_gen.go#L412: _ bin.Decoder = &AuthAuthorizationSignUpRequired{}
tl_auth_authorization_gen.go#L413: _ bin.BareEncoder = &AuthAuthorizationSignUpRequired{}
tl_auth_authorization_gen.go#L414: _ bin.BareDecoder = &AuthAuthorizationSignUpRequired{}
tl_auth_authorization_gen.go#L416: _ AuthAuthorizationClass = &AuthAuthorizationSignUpRequired{}
tl_auth_authorization_gen.go#L419: func (a *AuthAuthorizationSignUpRequired) Zero() bool {
tl_auth_authorization_gen.go#L434: func (a *AuthAuthorizationSignUpRequired) String() string {
tl_auth_authorization_gen.go#L438: type Alias AuthAuthorizationSignUpRequired
tl_auth_authorization_gen.go#L443: func (a *AuthAuthorizationSignUpRequired) FillFrom(from interface {
tl_auth_authorization_gen.go#L455: func (*AuthAuthorizationSignUpRequired) TypeID() uint32 {
tl_auth_authorization_gen.go#L460: func (*AuthAuthorizationSignUpRequired) TypeName() string {
tl_auth_authorization_gen.go#L465: func (a *AuthAuthorizationSignUpRequired) TypeInfo() tdp.Type {
tl_auth_authorization_gen.go#L485: func (a *AuthAuthorizationSignUpRequired) SetFlags() {
tl_auth_authorization_gen.go#L492: func (a *AuthAuthorizationSignUpRequired) Encode(b *bin.Buffer) error {
tl_auth_authorization_gen.go#L501: func (a *AuthAuthorizationSignUpRequired) EncodeBare(b *bin.Buffer) error {
tl_auth_authorization_gen.go#L518: func (a *AuthAuthorizationSignUpRequired) Decode(b *bin.Buffer) error {
tl_auth_authorization_gen.go#L529: func (a *AuthAuthorizationSignUpRequired) DecodeBare(b *bin.Buffer) error {
tl_auth_authorization_gen.go#L547: func (a *AuthAuthorizationSignUpRequired) SetTermsOfService(value HelpTermsOfService) {
tl_auth_authorization_gen.go#L554: func (a *AuthAuthorizationSignUpRequired) GetTermsOfService() (value HelpTermsOfService, ok bool) {
tl_auth_authorization_gen.go#L617: v := AuthAuthorizationSignUpRequired{}
tl_auth_authorization_slices_gen.go#L135: value, ok := elem.(*AuthAuthorizationSignUpRequired)
tl_auth_authorization_slices_gen.go#L228: type AuthAuthorizationSignUpRequiredArray []AuthAuthorizationSignUpRequired
tl_auth_authorization_slices_gen.go#L231: func (s AuthAuthorizationSignUpRequiredArray) Sort(less func(a, b AuthAuthorizationSignUpRequired) bool) AuthAuthorizationSignUpRequiredArray {
tl_auth_authorization_slices_gen.go#L239: func (s AuthAuthorizationSignUpRequiredArray) SortStable(less func(a, b AuthAuthorizationSignUpRequired) bool) AuthAuthorizationSignUpRequiredArray {
tl_auth_authorization_slices_gen.go#L247: func (s AuthAuthorizationSignUpRequiredArray) Retain(keep func(x AuthAuthorizationSignUpRequired) bool) AuthAuthorizationSignUpRequiredArray {
tl_auth_authorization_slices_gen.go#L261: func (s AuthAuthorizationSignUpRequiredArray) First() (v AuthAuthorizationSignUpRequired, ok bool) {
tl_auth_authorization_slices_gen.go#L269: func (s AuthAuthorizationSignUpRequiredArray) Last() (v AuthAuthorizationSignUpRequired, ok bool) {
tl_auth_authorization_slices_gen.go#L277: func (s *AuthAuthorizationSignUpRequiredArray) PopFirst() (v AuthAuthorizationSignUpRequired, ok bool) {
tl_auth_authorization_slices_gen.go#L287: var zero AuthAuthorizationSignUpRequired
tl_auth_authorization_slices_gen.go#L296: func (s *AuthAuthorizationSignUpRequiredArray) Pop() (v AuthAuthorizationSignUpRequired, ok bool) {
tl_registry_gen.go#L3769: AuthAuthorizationSignUpRequiredTypeID: func() bin.Object { return &AuthAuthorizationSignUpRequired{} },
github.com/gotd/td/telegram/auth
flow.go#L99: case *tg.AuthAuthorizationSignUpRequired:
signup.go#L30: case *tg.AuthAuthorizationSignUpRequired:
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. |