type github.com/gotd/td/tg.AutoSaveException
24 uses
github.com/gotd/td/tg (current package)
tl_account_auto_save_settings_gen.go#L52: Exceptions []AutoSaveException
tl_account_auto_save_settings_gen.go#L110: GetExceptions() (value []AutoSaveException)
tl_account_auto_save_settings_gen.go#L261: a.Exceptions = make([]AutoSaveException, 0, headerLen%bin.PreallocateLimit)
tl_account_auto_save_settings_gen.go#L264: var value AutoSaveException
tl_account_auto_save_settings_gen.go#L333: func (a *AccountAutoSaveSettings) GetExceptions() (value []AutoSaveException) {
tl_auto_save_exception_gen.go#L38: type AutoSaveException struct {
tl_auto_save_exception_gen.go#L50: _ bin.Encoder = &AutoSaveException{}
tl_auto_save_exception_gen.go#L51: _ bin.Decoder = &AutoSaveException{}
tl_auto_save_exception_gen.go#L52: _ bin.BareEncoder = &AutoSaveException{}
tl_auto_save_exception_gen.go#L53: _ bin.BareDecoder = &AutoSaveException{}
tl_auto_save_exception_gen.go#L56: func (a *AutoSaveException) Zero() bool {
tl_auto_save_exception_gen.go#L71: func (a *AutoSaveException) String() string {
tl_auto_save_exception_gen.go#L75: type Alias AutoSaveException
tl_auto_save_exception_gen.go#L80: func (a *AutoSaveException) FillFrom(from interface {
tl_auto_save_exception_gen.go#L91: func (*AutoSaveException) TypeID() uint32 {
tl_auto_save_exception_gen.go#L96: func (*AutoSaveException) TypeName() string {
tl_auto_save_exception_gen.go#L101: func (a *AutoSaveException) TypeInfo() tdp.Type {
tl_auto_save_exception_gen.go#L124: func (a *AutoSaveException) Encode(b *bin.Buffer) error {
tl_auto_save_exception_gen.go#L133: func (a *AutoSaveException) EncodeBare(b *bin.Buffer) error {
tl_auto_save_exception_gen.go#L150: func (a *AutoSaveException) Decode(b *bin.Buffer) error {
tl_auto_save_exception_gen.go#L161: func (a *AutoSaveException) DecodeBare(b *bin.Buffer) error {
tl_auto_save_exception_gen.go#L181: func (a *AutoSaveException) GetPeer() (value PeerClass) {
tl_auto_save_exception_gen.go#L189: func (a *AutoSaveException) GetSettings() (value AutoSaveSettings) {
tl_registry_gen.go#L4727: AutoSaveExceptionTypeID: func() bin.Object { return &AutoSaveException{} },
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. |