type github.com/gotd/td/tg.AuthSentCodeTypeFragmentSMS
32 uses
github.com/gotd/td/tg (current package)
tl_auth_sent_code_type_gen.go#L1314: type AuthSentCodeTypeFragmentSMS struct {
tl_auth_sent_code_type_gen.go#L1329: func (s AuthSentCodeTypeFragmentSMS) construct() AuthSentCodeTypeClass { return &s }
tl_auth_sent_code_type_gen.go#L1333: _ bin.Encoder = &AuthSentCodeTypeFragmentSMS{}
tl_auth_sent_code_type_gen.go#L1334: _ bin.Decoder = &AuthSentCodeTypeFragmentSMS{}
tl_auth_sent_code_type_gen.go#L1335: _ bin.BareEncoder = &AuthSentCodeTypeFragmentSMS{}
tl_auth_sent_code_type_gen.go#L1336: _ bin.BareDecoder = &AuthSentCodeTypeFragmentSMS{}
tl_auth_sent_code_type_gen.go#L1338: _ AuthSentCodeTypeClass = &AuthSentCodeTypeFragmentSMS{}
tl_auth_sent_code_type_gen.go#L1341: func (s *AuthSentCodeTypeFragmentSMS) Zero() bool {
tl_auth_sent_code_type_gen.go#L1356: func (s *AuthSentCodeTypeFragmentSMS) String() string {
tl_auth_sent_code_type_gen.go#L1360: type Alias AuthSentCodeTypeFragmentSMS
tl_auth_sent_code_type_gen.go#L1365: func (s *AuthSentCodeTypeFragmentSMS) FillFrom(from interface {
tl_auth_sent_code_type_gen.go#L1376: func (*AuthSentCodeTypeFragmentSMS) TypeID() uint32 {
tl_auth_sent_code_type_gen.go#L1381: func (*AuthSentCodeTypeFragmentSMS) TypeName() string {
tl_auth_sent_code_type_gen.go#L1386: func (s *AuthSentCodeTypeFragmentSMS) TypeInfo() tdp.Type {
tl_auth_sent_code_type_gen.go#L1409: func (s *AuthSentCodeTypeFragmentSMS) Encode(b *bin.Buffer) error {
tl_auth_sent_code_type_gen.go#L1418: func (s *AuthSentCodeTypeFragmentSMS) EncodeBare(b *bin.Buffer) error {
tl_auth_sent_code_type_gen.go#L1428: func (s *AuthSentCodeTypeFragmentSMS) Decode(b *bin.Buffer) error {
tl_auth_sent_code_type_gen.go#L1439: func (s *AuthSentCodeTypeFragmentSMS) DecodeBare(b *bin.Buffer) error {
tl_auth_sent_code_type_gen.go#L1461: func (s *AuthSentCodeTypeFragmentSMS) GetURL() (value string) {
tl_auth_sent_code_type_gen.go#L1469: func (s *AuthSentCodeTypeFragmentSMS) GetLength() (value int) {
tl_auth_sent_code_type_gen.go#L1891: v := AuthSentCodeTypeFragmentSMS{}
tl_auth_sent_code_type_slices_gen.go#L213: value, ok := elem.(*AuthSentCodeTypeFragmentSMS)
tl_auth_sent_code_type_slices_gen.go#L811: type AuthSentCodeTypeFragmentSMSArray []AuthSentCodeTypeFragmentSMS
tl_auth_sent_code_type_slices_gen.go#L814: func (s AuthSentCodeTypeFragmentSMSArray) Sort(less func(a, b AuthSentCodeTypeFragmentSMS) bool) AuthSentCodeTypeFragmentSMSArray {
tl_auth_sent_code_type_slices_gen.go#L822: func (s AuthSentCodeTypeFragmentSMSArray) SortStable(less func(a, b AuthSentCodeTypeFragmentSMS) bool) AuthSentCodeTypeFragmentSMSArray {
tl_auth_sent_code_type_slices_gen.go#L830: func (s AuthSentCodeTypeFragmentSMSArray) Retain(keep func(x AuthSentCodeTypeFragmentSMS) bool) AuthSentCodeTypeFragmentSMSArray {
tl_auth_sent_code_type_slices_gen.go#L844: func (s AuthSentCodeTypeFragmentSMSArray) First() (v AuthSentCodeTypeFragmentSMS, ok bool) {
tl_auth_sent_code_type_slices_gen.go#L852: func (s AuthSentCodeTypeFragmentSMSArray) Last() (v AuthSentCodeTypeFragmentSMS, ok bool) {
tl_auth_sent_code_type_slices_gen.go#L860: func (s *AuthSentCodeTypeFragmentSMSArray) PopFirst() (v AuthSentCodeTypeFragmentSMS, ok bool) {
tl_auth_sent_code_type_slices_gen.go#L870: var zero AuthSentCodeTypeFragmentSMS
tl_auth_sent_code_type_slices_gen.go#L879: func (s *AuthSentCodeTypeFragmentSMSArray) Pop() (v AuthSentCodeTypeFragmentSMS, ok bool) {
tl_registry_gen.go#L4214: AuthSentCodeTypeFragmentSMSTypeID: func() bin.Object { return &AuthSentCodeTypeFragmentSMS{} },
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. |