type github.com/gotd/td/tg.CodeSettings
49 uses
github.com/gotd/td/tg (current package)
tl_account_send_change_phone_code_gen.go#L42: Settings CodeSettings
tl_account_send_change_phone_code_gen.go#L82: GetSettings() (value CodeSettings)
tl_account_send_change_phone_code_gen.go#L184: func (s *AccountSendChangePhoneCodeRequest) GetSettings() (value CodeSettings) {
tl_account_send_confirm_phone_code_gen.go#L48: Settings CodeSettings
tl_account_send_confirm_phone_code_gen.go#L88: GetSettings() (value CodeSettings)
tl_account_send_confirm_phone_code_gen.go#L190: func (s *AccountSendConfirmPhoneCodeRequest) GetSettings() (value CodeSettings) {
tl_account_send_verify_phone_code_gen.go#L45: Settings CodeSettings
tl_account_send_verify_phone_code_gen.go#L85: GetSettings() (value CodeSettings)
tl_account_send_verify_phone_code_gen.go#L187: func (s *AccountSendVerifyPhoneCodeRequest) GetSettings() (value CodeSettings) {
tl_auth_send_code_gen.go#L52: Settings CodeSettings
tl_auth_send_code_gen.go#L100: GetSettings() (value CodeSettings)
tl_auth_send_code_gen.go#L244: func (s *AuthSendCodeRequest) GetSettings() (value CodeSettings) {
tl_code_settings_gen.go#L43: type CodeSettings struct {
tl_code_settings_gen.go#L97: _ bin.Encoder = &CodeSettings{}
tl_code_settings_gen.go#L98: _ bin.Decoder = &CodeSettings{}
tl_code_settings_gen.go#L99: _ bin.BareEncoder = &CodeSettings{}
tl_code_settings_gen.go#L100: _ bin.BareDecoder = &CodeSettings{}
tl_code_settings_gen.go#L103: func (c *CodeSettings) Zero() bool {
tl_code_settings_gen.go#L142: func (c *CodeSettings) String() string {
tl_code_settings_gen.go#L146: type Alias CodeSettings
tl_code_settings_gen.go#L151: func (c *CodeSettings) FillFrom(from interface {
tl_code_settings_gen.go#L185: func (*CodeSettings) TypeID() uint32 {
tl_code_settings_gen.go#L190: func (*CodeSettings) TypeName() string {
tl_code_settings_gen.go#L195: func (c *CodeSettings) TypeInfo() tdp.Type {
tl_code_settings_gen.go#L255: func (c *CodeSettings) SetFlags() {
tl_code_settings_gen.go#L286: func (c *CodeSettings) Encode(b *bin.Buffer) error {
tl_code_settings_gen.go#L295: func (c *CodeSettings) EncodeBare(b *bin.Buffer) error {
tl_code_settings_gen.go#L319: func (c *CodeSettings) Decode(b *bin.Buffer) error {
tl_code_settings_gen.go#L330: func (c *CodeSettings) DecodeBare(b *bin.Buffer) error {
tl_code_settings_gen.go#L380: func (c *CodeSettings) SetAllowFlashcall(value bool) {
tl_code_settings_gen.go#L391: func (c *CodeSettings) GetAllowFlashcall() (value bool) {
tl_code_settings_gen.go#L399: func (c *CodeSettings) SetCurrentNumber(value bool) {
tl_code_settings_gen.go#L410: func (c *CodeSettings) GetCurrentNumber() (value bool) {
tl_code_settings_gen.go#L418: func (c *CodeSettings) SetAllowAppHash(value bool) {
tl_code_settings_gen.go#L429: func (c *CodeSettings) GetAllowAppHash() (value bool) {
tl_code_settings_gen.go#L437: func (c *CodeSettings) SetAllowMissedCall(value bool) {
tl_code_settings_gen.go#L448: func (c *CodeSettings) GetAllowMissedCall() (value bool) {
tl_code_settings_gen.go#L456: func (c *CodeSettings) SetAllowFirebase(value bool) {
tl_code_settings_gen.go#L467: func (c *CodeSettings) GetAllowFirebase() (value bool) {
tl_code_settings_gen.go#L475: func (c *CodeSettings) SetUnknownNumber(value bool) {
tl_code_settings_gen.go#L486: func (c *CodeSettings) GetUnknownNumber() (value bool) {
tl_code_settings_gen.go#L494: func (c *CodeSettings) SetLogoutTokens(value [][]byte) {
tl_code_settings_gen.go#L501: func (c *CodeSettings) GetLogoutTokens() (value [][]byte, ok bool) {
tl_code_settings_gen.go#L512: func (c *CodeSettings) SetToken(value string) {
tl_code_settings_gen.go#L519: func (c *CodeSettings) GetToken() (value string, ok bool) {
tl_code_settings_gen.go#L530: func (c *CodeSettings) SetAppSandbox(value bool) {
tl_code_settings_gen.go#L537: func (c *CodeSettings) GetAppSandbox() (value bool, ok bool) {
tl_registry_gen.go#L5940: CodeSettingsTypeID: func() bin.Object { return &CodeSettings{} },
github.com/gotd/td/telegram/auth
user.go#L98: var settings tg.CodeSettings
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |