type github.com/gotd/td/tg.CodeSettings
47 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#L94: _ bin.Encoder = &CodeSettings{}
tl_code_settings_gen.go#L95: _ bin.Decoder = &CodeSettings{}
tl_code_settings_gen.go#L96: _ bin.BareEncoder = &CodeSettings{}
tl_code_settings_gen.go#L97: _ bin.BareDecoder = &CodeSettings{}
tl_code_settings_gen.go#L100: func (c *CodeSettings) Zero() bool {
tl_code_settings_gen.go#L136: func (c *CodeSettings) String() string {
tl_code_settings_gen.go#L140: type Alias CodeSettings
tl_code_settings_gen.go#L145: func (c *CodeSettings) FillFrom(from interface {
tl_code_settings_gen.go#L177: func (*CodeSettings) TypeID() uint32 {
tl_code_settings_gen.go#L182: func (*CodeSettings) TypeName() string {
tl_code_settings_gen.go#L187: func (c *CodeSettings) TypeInfo() tdp.Type {
tl_code_settings_gen.go#L242: func (c *CodeSettings) SetFlags() {
tl_code_settings_gen.go#L270: func (c *CodeSettings) Encode(b *bin.Buffer) error {
tl_code_settings_gen.go#L279: func (c *CodeSettings) EncodeBare(b *bin.Buffer) error {
tl_code_settings_gen.go#L303: func (c *CodeSettings) Decode(b *bin.Buffer) error {
tl_code_settings_gen.go#L314: func (c *CodeSettings) DecodeBare(b *bin.Buffer) error {
tl_code_settings_gen.go#L363: func (c *CodeSettings) SetAllowFlashcall(value bool) {
tl_code_settings_gen.go#L374: func (c *CodeSettings) GetAllowFlashcall() (value bool) {
tl_code_settings_gen.go#L382: func (c *CodeSettings) SetCurrentNumber(value bool) {
tl_code_settings_gen.go#L393: func (c *CodeSettings) GetCurrentNumber() (value bool) {
tl_code_settings_gen.go#L401: func (c *CodeSettings) SetAllowAppHash(value bool) {
tl_code_settings_gen.go#L412: func (c *CodeSettings) GetAllowAppHash() (value bool) {
tl_code_settings_gen.go#L420: func (c *CodeSettings) SetAllowMissedCall(value bool) {
tl_code_settings_gen.go#L431: func (c *CodeSettings) GetAllowMissedCall() (value bool) {
tl_code_settings_gen.go#L439: func (c *CodeSettings) SetAllowFirebase(value bool) {
tl_code_settings_gen.go#L450: func (c *CodeSettings) GetAllowFirebase() (value bool) {
tl_code_settings_gen.go#L458: func (c *CodeSettings) SetLogoutTokens(value [][]byte) {
tl_code_settings_gen.go#L465: func (c *CodeSettings) GetLogoutTokens() (value [][]byte, ok bool) {
tl_code_settings_gen.go#L476: func (c *CodeSettings) SetToken(value string) {
tl_code_settings_gen.go#L483: func (c *CodeSettings) GetToken() (value string, ok bool) {
tl_code_settings_gen.go#L494: func (c *CodeSettings) SetAppSandbox(value bool) {
tl_code_settings_gen.go#L501: func (c *CodeSettings) GetAppSandbox() (value bool, ok bool) {
tl_registry_gen.go#L4512: CodeSettingsTypeID: func() bin.Object { return &CodeSettings{} },
github.com/gotd/td/telegram/auth
user.go#L68: var settings tg.CodeSettings
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. |