type github.com/gotd/td/tg.LangPackStringDeleted

31 uses

	github.com/gotd/td/tg (current package)
		tl_lang_pack_string_gen.go#L628: type LangPackStringDeleted struct {
		tl_lang_pack_string_gen.go#L637: func (l LangPackStringDeleted) construct() LangPackStringClass { return &l }
		tl_lang_pack_string_gen.go#L641: 	_ bin.Encoder     = &LangPackStringDeleted{}
		tl_lang_pack_string_gen.go#L642: 	_ bin.Decoder     = &LangPackStringDeleted{}
		tl_lang_pack_string_gen.go#L643: 	_ bin.BareEncoder = &LangPackStringDeleted{}
		tl_lang_pack_string_gen.go#L644: 	_ bin.BareDecoder = &LangPackStringDeleted{}
		tl_lang_pack_string_gen.go#L646: 	_ LangPackStringClass = &LangPackStringDeleted{}
		tl_lang_pack_string_gen.go#L649: func (l *LangPackStringDeleted) Zero() bool {
		tl_lang_pack_string_gen.go#L661: func (l *LangPackStringDeleted) String() string {
		tl_lang_pack_string_gen.go#L665: 	type Alias LangPackStringDeleted
		tl_lang_pack_string_gen.go#L670: func (l *LangPackStringDeleted) FillFrom(from interface {
		tl_lang_pack_string_gen.go#L679: func (*LangPackStringDeleted) TypeID() uint32 {
		tl_lang_pack_string_gen.go#L684: func (*LangPackStringDeleted) TypeName() string {
		tl_lang_pack_string_gen.go#L689: func (l *LangPackStringDeleted) TypeInfo() tdp.Type {
		tl_lang_pack_string_gen.go#L708: func (l *LangPackStringDeleted) Encode(b *bin.Buffer) error {
		tl_lang_pack_string_gen.go#L717: func (l *LangPackStringDeleted) EncodeBare(b *bin.Buffer) error {
		tl_lang_pack_string_gen.go#L726: func (l *LangPackStringDeleted) Decode(b *bin.Buffer) error {
		tl_lang_pack_string_gen.go#L737: func (l *LangPackStringDeleted) DecodeBare(b *bin.Buffer) error {
		tl_lang_pack_string_gen.go#L752: func (l *LangPackStringDeleted) GetKey() (value string) {
		tl_lang_pack_string_gen.go#L823: 		v := LangPackStringDeleted{}
		tl_lang_pack_string_slices_gen.go#L148: 		value, ok := elem.(*LangPackStringDeleted)
		tl_lang_pack_string_slices_gen.go#L323: type LangPackStringDeletedArray []LangPackStringDeleted
		tl_lang_pack_string_slices_gen.go#L326: func (s LangPackStringDeletedArray) Sort(less func(a, b LangPackStringDeleted) bool) LangPackStringDeletedArray {
		tl_lang_pack_string_slices_gen.go#L334: func (s LangPackStringDeletedArray) SortStable(less func(a, b LangPackStringDeleted) bool) LangPackStringDeletedArray {
		tl_lang_pack_string_slices_gen.go#L342: func (s LangPackStringDeletedArray) Retain(keep func(x LangPackStringDeleted) bool) LangPackStringDeletedArray {
		tl_lang_pack_string_slices_gen.go#L356: func (s LangPackStringDeletedArray) First() (v LangPackStringDeleted, ok bool) {
		tl_lang_pack_string_slices_gen.go#L364: func (s LangPackStringDeletedArray) Last() (v LangPackStringDeleted, ok bool) {
		tl_lang_pack_string_slices_gen.go#L372: func (s *LangPackStringDeletedArray) PopFirst() (v LangPackStringDeleted, ok bool) {
		tl_lang_pack_string_slices_gen.go#L382: 	var zero LangPackStringDeleted
		tl_lang_pack_string_slices_gen.go#L391: func (s *LangPackStringDeletedArray) Pop() (v LangPackStringDeleted, ok bool) {
		tl_registry_gen.go#L4349: 		LangPackStringDeletedTypeID:                              func() bin.Object { return &LangPackStringDeleted{} },