type github.com/gotd/td/tg.String
16 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L5370: StringTypeID: func() bin.Object { return &String{} },
tl_string_gen.go#L37: type String struct {
tl_string_gen.go#L45: _ bin.Encoder = &String{}
tl_string_gen.go#L46: _ bin.Decoder = &String{}
tl_string_gen.go#L47: _ bin.BareEncoder = &String{}
tl_string_gen.go#L48: _ bin.BareDecoder = &String{}
tl_string_gen.go#L51: func (s *String) Zero() bool {
tl_string_gen.go#L60: func (s *String) String() string {
tl_string_gen.go#L64: type Alias String
tl_string_gen.go#L71: func (*String) TypeID() uint32 {
tl_string_gen.go#L76: func (*String) TypeName() string {
tl_string_gen.go#L81: func (s *String) TypeInfo() tdp.Type {
tl_string_gen.go#L95: func (s *String) Encode(b *bin.Buffer) error {
tl_string_gen.go#L104: func (s *String) EncodeBare(b *bin.Buffer) error {
tl_string_gen.go#L112: func (s *String) Decode(b *bin.Buffer) error {
tl_string_gen.go#L123: func (s *String) DecodeBare(b *bin.Buffer) error {
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. |