type github.com/gotd/td/tg.AuthSentCodeTypeEmailCode
41 uses
github.com/gotd/td/tg (current package)
tl_auth_sent_code_type_gen.go#L751: type AuthSentCodeTypeEmailCode struct {
tl_auth_sent_code_type_gen.go#L787: func (s AuthSentCodeTypeEmailCode) construct() AuthSentCodeTypeClass { return &s }
tl_auth_sent_code_type_gen.go#L791: _ bin.Encoder = &AuthSentCodeTypeEmailCode{}
tl_auth_sent_code_type_gen.go#L792: _ bin.Decoder = &AuthSentCodeTypeEmailCode{}
tl_auth_sent_code_type_gen.go#L793: _ bin.BareEncoder = &AuthSentCodeTypeEmailCode{}
tl_auth_sent_code_type_gen.go#L794: _ bin.BareDecoder = &AuthSentCodeTypeEmailCode{}
tl_auth_sent_code_type_gen.go#L796: _ AuthSentCodeTypeClass = &AuthSentCodeTypeEmailCode{}
tl_auth_sent_code_type_gen.go#L799: func (s *AuthSentCodeTypeEmailCode) Zero() bool {
tl_auth_sent_code_type_gen.go#L829: func (s *AuthSentCodeTypeEmailCode) String() string {
tl_auth_sent_code_type_gen.go#L833: type Alias AuthSentCodeTypeEmailCode
tl_auth_sent_code_type_gen.go#L838: func (s *AuthSentCodeTypeEmailCode) FillFrom(from interface {
tl_auth_sent_code_type_gen.go#L863: func (*AuthSentCodeTypeEmailCode) TypeID() uint32 {
tl_auth_sent_code_type_gen.go#L868: func (*AuthSentCodeTypeEmailCode) TypeName() string {
tl_auth_sent_code_type_gen.go#L873: func (s *AuthSentCodeTypeEmailCode) TypeInfo() tdp.Type {
tl_auth_sent_code_type_gen.go#L916: func (s *AuthSentCodeTypeEmailCode) SetFlags() {
tl_auth_sent_code_type_gen.go#L932: func (s *AuthSentCodeTypeEmailCode) Encode(b *bin.Buffer) error {
tl_auth_sent_code_type_gen.go#L941: func (s *AuthSentCodeTypeEmailCode) EncodeBare(b *bin.Buffer) error {
tl_auth_sent_code_type_gen.go#L961: func (s *AuthSentCodeTypeEmailCode) Decode(b *bin.Buffer) error {
tl_auth_sent_code_type_gen.go#L972: func (s *AuthSentCodeTypeEmailCode) DecodeBare(b *bin.Buffer) error {
tl_auth_sent_code_type_gen.go#L1015: func (s *AuthSentCodeTypeEmailCode) SetAppleSigninAllowed(value bool) {
tl_auth_sent_code_type_gen.go#L1026: func (s *AuthSentCodeTypeEmailCode) GetAppleSigninAllowed() (value bool) {
tl_auth_sent_code_type_gen.go#L1034: func (s *AuthSentCodeTypeEmailCode) SetGoogleSigninAllowed(value bool) {
tl_auth_sent_code_type_gen.go#L1045: func (s *AuthSentCodeTypeEmailCode) GetGoogleSigninAllowed() (value bool) {
tl_auth_sent_code_type_gen.go#L1053: func (s *AuthSentCodeTypeEmailCode) GetEmailPattern() (value string) {
tl_auth_sent_code_type_gen.go#L1061: func (s *AuthSentCodeTypeEmailCode) GetLength() (value int) {
tl_auth_sent_code_type_gen.go#L1069: func (s *AuthSentCodeTypeEmailCode) SetResetAvailablePeriod(value int) {
tl_auth_sent_code_type_gen.go#L1076: func (s *AuthSentCodeTypeEmailCode) GetResetAvailablePeriod() (value int, ok bool) {
tl_auth_sent_code_type_gen.go#L1087: func (s *AuthSentCodeTypeEmailCode) SetResetPendingDate(value int) {
tl_auth_sent_code_type_gen.go#L1094: func (s *AuthSentCodeTypeEmailCode) GetResetPendingDate() (value int, ok bool) {
tl_auth_sent_code_type_gen.go#L1877: v := AuthSentCodeTypeEmailCode{}
tl_auth_sent_code_type_slices_gen.go#L187: value, ok := elem.(*AuthSentCodeTypeEmailCode)
tl_auth_sent_code_type_slices_gen.go#L647: type AuthSentCodeTypeEmailCodeArray []AuthSentCodeTypeEmailCode
tl_auth_sent_code_type_slices_gen.go#L650: func (s AuthSentCodeTypeEmailCodeArray) Sort(less func(a, b AuthSentCodeTypeEmailCode) bool) AuthSentCodeTypeEmailCodeArray {
tl_auth_sent_code_type_slices_gen.go#L658: func (s AuthSentCodeTypeEmailCodeArray) SortStable(less func(a, b AuthSentCodeTypeEmailCode) bool) AuthSentCodeTypeEmailCodeArray {
tl_auth_sent_code_type_slices_gen.go#L666: func (s AuthSentCodeTypeEmailCodeArray) Retain(keep func(x AuthSentCodeTypeEmailCode) bool) AuthSentCodeTypeEmailCodeArray {
tl_auth_sent_code_type_slices_gen.go#L680: func (s AuthSentCodeTypeEmailCodeArray) First() (v AuthSentCodeTypeEmailCode, ok bool) {
tl_auth_sent_code_type_slices_gen.go#L688: func (s AuthSentCodeTypeEmailCodeArray) Last() (v AuthSentCodeTypeEmailCode, ok bool) {
tl_auth_sent_code_type_slices_gen.go#L696: func (s *AuthSentCodeTypeEmailCodeArray) PopFirst() (v AuthSentCodeTypeEmailCode, ok bool) {
tl_auth_sent_code_type_slices_gen.go#L706: var zero AuthSentCodeTypeEmailCode
tl_auth_sent_code_type_slices_gen.go#L715: func (s *AuthSentCodeTypeEmailCodeArray) Pop() (v AuthSentCodeTypeEmailCode, ok bool) {
tl_registry_gen.go#L4212: AuthSentCodeTypeEmailCodeTypeID: func() bin.Object { return &AuthSentCodeTypeEmailCode{} },
|
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. |