type github.com/gotd/td/tg.HelpConfigSimple
29 uses
github.com/gotd/td/tg (current package)
tl_help_config_simple_gen.go#L37: type HelpConfigSimple struct {
tl_help_config_simple_gen.go#L51: _ bin.Encoder = &HelpConfigSimple{}
tl_help_config_simple_gen.go#L52: _ bin.Decoder = &HelpConfigSimple{}
tl_help_config_simple_gen.go#L53: _ bin.BareEncoder = &HelpConfigSimple{}
tl_help_config_simple_gen.go#L54: _ bin.BareDecoder = &HelpConfigSimple{}
tl_help_config_simple_gen.go#L57: func (c *HelpConfigSimple) Zero() bool {
tl_help_config_simple_gen.go#L75: func (c *HelpConfigSimple) String() string {
tl_help_config_simple_gen.go#L79: type Alias HelpConfigSimple
tl_help_config_simple_gen.go#L84: func (c *HelpConfigSimple) FillFrom(from interface {
tl_help_config_simple_gen.go#L97: func (*HelpConfigSimple) TypeID() uint32 {
tl_help_config_simple_gen.go#L102: func (*HelpConfigSimple) TypeName() string {
tl_help_config_simple_gen.go#L107: func (c *HelpConfigSimple) TypeInfo() tdp.Type {
tl_help_config_simple_gen.go#L134: func (c *HelpConfigSimple) Encode(b *bin.Buffer) error {
tl_help_config_simple_gen.go#L143: func (c *HelpConfigSimple) EncodeBare(b *bin.Buffer) error {
tl_help_config_simple_gen.go#L159: func (c *HelpConfigSimple) Decode(b *bin.Buffer) error {
tl_help_config_simple_gen.go#L170: func (c *HelpConfigSimple) DecodeBare(b *bin.Buffer) error {
tl_help_config_simple_gen.go#L209: func (c *HelpConfigSimple) GetDate() (value int) {
tl_help_config_simple_gen.go#L217: func (c *HelpConfigSimple) GetExpires() (value int) {
tl_help_config_simple_gen.go#L225: func (c *HelpConfigSimple) GetRules() (value []AccessPointRule) {
tl_registry_gen.go#L5375: HelpConfigSimpleTypeID: func() bin.Object { return &HelpConfigSimple{} },
tl_server_gen.go#L10129: func (s *ServerDispatcher) OnTestUseConfigSimple(f func(ctx context.Context) (*HelpConfigSimple, error)) {
tl_test_use_config_simple_gen.go#L133: func (c *Client) TestUseConfigSimple(ctx context.Context) (*HelpConfigSimple, error) {
tl_test_use_config_simple_gen.go#L134: var result HelpConfigSimple
github.com/gotd/td/telegram/dcs
dns.go#L51: func parseDNSList(input [256]byte) (tg.HelpConfigSimple, error) {
dns.go#L58: return tg.HelpConfigSimple{}, errors.New("dataRSA has invalid size")
dns.go#L63: return tg.HelpConfigSimple{}, err
dns.go#L74: return tg.HelpConfigSimple{}, errors.New("hash mismatch")
dns.go#L77: var cfg tg.HelpConfigSimple
dns.go#L79: return tg.HelpConfigSimple{}, err
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. |