type github.com/gotd/td/tg.LangPackString
32 uses
github.com/gotd/td/tg (current package)
tl_lang_pack_string_gen.go#L38: type LangPackString struct {
tl_lang_pack_string_gen.go#L49: func (l LangPackString) construct() LangPackStringClass { return &l }
tl_lang_pack_string_gen.go#L53: _ bin.Encoder = &LangPackString{}
tl_lang_pack_string_gen.go#L54: _ bin.Decoder = &LangPackString{}
tl_lang_pack_string_gen.go#L55: _ bin.BareEncoder = &LangPackString{}
tl_lang_pack_string_gen.go#L56: _ bin.BareDecoder = &LangPackString{}
tl_lang_pack_string_gen.go#L58: _ LangPackStringClass = &LangPackString{}
tl_lang_pack_string_gen.go#L61: func (l *LangPackString) Zero() bool {
tl_lang_pack_string_gen.go#L76: func (l *LangPackString) String() string {
tl_lang_pack_string_gen.go#L80: type Alias LangPackString
tl_lang_pack_string_gen.go#L85: func (l *LangPackString) FillFrom(from interface {
tl_lang_pack_string_gen.go#L96: func (*LangPackString) TypeID() uint32 {
tl_lang_pack_string_gen.go#L101: func (*LangPackString) TypeName() string {
tl_lang_pack_string_gen.go#L106: func (l *LangPackString) TypeInfo() tdp.Type {
tl_lang_pack_string_gen.go#L129: func (l *LangPackString) Encode(b *bin.Buffer) error {
tl_lang_pack_string_gen.go#L138: func (l *LangPackString) EncodeBare(b *bin.Buffer) error {
tl_lang_pack_string_gen.go#L148: func (l *LangPackString) Decode(b *bin.Buffer) error {
tl_lang_pack_string_gen.go#L159: func (l *LangPackString) DecodeBare(b *bin.Buffer) error {
tl_lang_pack_string_gen.go#L181: func (l *LangPackString) GetKey() (value string) {
tl_lang_pack_string_gen.go#L189: func (l *LangPackString) GetValue() (value string) {
tl_lang_pack_string_gen.go#L809: v := LangPackString{}
tl_lang_pack_string_slices_gen.go#L122: value, ok := elem.(*LangPackString)
tl_lang_pack_string_slices_gen.go#L159: type LangPackStringArray []LangPackString
tl_lang_pack_string_slices_gen.go#L162: func (s LangPackStringArray) Sort(less func(a, b LangPackString) bool) LangPackStringArray {
tl_lang_pack_string_slices_gen.go#L170: func (s LangPackStringArray) SortStable(less func(a, b LangPackString) bool) LangPackStringArray {
tl_lang_pack_string_slices_gen.go#L178: func (s LangPackStringArray) Retain(keep func(x LangPackString) bool) LangPackStringArray {
tl_lang_pack_string_slices_gen.go#L192: func (s LangPackStringArray) First() (v LangPackString, ok bool) {
tl_lang_pack_string_slices_gen.go#L200: func (s LangPackStringArray) Last() (v LangPackString, ok bool) {
tl_lang_pack_string_slices_gen.go#L208: func (s *LangPackStringArray) PopFirst() (v LangPackString, ok bool) {
tl_lang_pack_string_slices_gen.go#L218: var zero LangPackString
tl_lang_pack_string_slices_gen.go#L227: func (s *LangPackStringArray) Pop() (v LangPackString, ok bool) {
tl_registry_gen.go#L4347: LangPackStringTypeID: func() bin.Object { return &LangPackString{} },
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. |