type github.com/gotd/td/tg.AuthSentCodeSuccess
32 uses
github.com/gotd/td/tg (current package)
tl_auth_sent_code_gen.go#L337: type AuthSentCodeSuccess struct {
tl_auth_sent_code_gen.go#L346: func (s AuthSentCodeSuccess) construct() AuthSentCodeClass { return &s }
tl_auth_sent_code_gen.go#L350: _ bin.Encoder = &AuthSentCodeSuccess{}
tl_auth_sent_code_gen.go#L351: _ bin.Decoder = &AuthSentCodeSuccess{}
tl_auth_sent_code_gen.go#L352: _ bin.BareEncoder = &AuthSentCodeSuccess{}
tl_auth_sent_code_gen.go#L353: _ bin.BareDecoder = &AuthSentCodeSuccess{}
tl_auth_sent_code_gen.go#L355: _ AuthSentCodeClass = &AuthSentCodeSuccess{}
tl_auth_sent_code_gen.go#L358: func (s *AuthSentCodeSuccess) Zero() bool {
tl_auth_sent_code_gen.go#L370: func (s *AuthSentCodeSuccess) String() string {
tl_auth_sent_code_gen.go#L374: type Alias AuthSentCodeSuccess
tl_auth_sent_code_gen.go#L379: func (s *AuthSentCodeSuccess) FillFrom(from interface {
tl_auth_sent_code_gen.go#L388: func (*AuthSentCodeSuccess) TypeID() uint32 {
tl_auth_sent_code_gen.go#L393: func (*AuthSentCodeSuccess) TypeName() string {
tl_auth_sent_code_gen.go#L398: func (s *AuthSentCodeSuccess) TypeInfo() tdp.Type {
tl_auth_sent_code_gen.go#L417: func (s *AuthSentCodeSuccess) Encode(b *bin.Buffer) error {
tl_auth_sent_code_gen.go#L426: func (s *AuthSentCodeSuccess) EncodeBare(b *bin.Buffer) error {
tl_auth_sent_code_gen.go#L440: func (s *AuthSentCodeSuccess) Decode(b *bin.Buffer) error {
tl_auth_sent_code_gen.go#L451: func (s *AuthSentCodeSuccess) DecodeBare(b *bin.Buffer) error {
tl_auth_sent_code_gen.go#L466: func (s *AuthSentCodeSuccess) GetAuthorization() (value AuthAuthorizationClass) {
tl_auth_sent_code_gen.go#L526: v := AuthSentCodeSuccess{}
tl_auth_sent_code_slices_gen.go#L135: value, ok := elem.(*AuthSentCodeSuccess)
tl_auth_sent_code_slices_gen.go#L228: type AuthSentCodeSuccessArray []AuthSentCodeSuccess
tl_auth_sent_code_slices_gen.go#L231: func (s AuthSentCodeSuccessArray) Sort(less func(a, b AuthSentCodeSuccess) bool) AuthSentCodeSuccessArray {
tl_auth_sent_code_slices_gen.go#L239: func (s AuthSentCodeSuccessArray) SortStable(less func(a, b AuthSentCodeSuccess) bool) AuthSentCodeSuccessArray {
tl_auth_sent_code_slices_gen.go#L247: func (s AuthSentCodeSuccessArray) Retain(keep func(x AuthSentCodeSuccess) bool) AuthSentCodeSuccessArray {
tl_auth_sent_code_slices_gen.go#L261: func (s AuthSentCodeSuccessArray) First() (v AuthSentCodeSuccess, ok bool) {
tl_auth_sent_code_slices_gen.go#L269: func (s AuthSentCodeSuccessArray) Last() (v AuthSentCodeSuccess, ok bool) {
tl_auth_sent_code_slices_gen.go#L277: func (s *AuthSentCodeSuccessArray) PopFirst() (v AuthSentCodeSuccess, ok bool) {
tl_auth_sent_code_slices_gen.go#L287: var zero AuthSentCodeSuccess
tl_auth_sent_code_slices_gen.go#L296: func (s *AuthSentCodeSuccessArray) Pop() (v AuthSentCodeSuccess, ok bool) {
tl_registry_gen.go#L3767: AuthSentCodeSuccessTypeID: func() bin.Object { return &AuthSentCodeSuccess{} },
github.com/gotd/td/telegram/auth
flow.go#L94: case *tg.AuthSentCodeSuccess:
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. |