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

33 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L660: type LangPackTooLongHandler func(ctx context.Context, e Entities, update *UpdateLangPackTooLong) error
		tl_handlers_gen.go#L665: 		return handler(ctx, e, update.(*UpdateLangPackTooLong))
		tl_registry_gen.go#L3883: 		UpdateLangPackTooLongTypeID:                              func() bin.Object { return &UpdateLangPackTooLong{} },
		tl_update_gen.go#L11632: type UpdateLangPackTooLong struct {
		tl_update_gen.go#L11641: func (u UpdateLangPackTooLong) construct() UpdateClass { return &u }
		tl_update_gen.go#L11645: 	_ bin.Encoder     = &UpdateLangPackTooLong{}
		tl_update_gen.go#L11646: 	_ bin.Decoder     = &UpdateLangPackTooLong{}
		tl_update_gen.go#L11647: 	_ bin.BareEncoder = &UpdateLangPackTooLong{}
		tl_update_gen.go#L11648: 	_ bin.BareDecoder = &UpdateLangPackTooLong{}
		tl_update_gen.go#L11650: 	_ UpdateClass = &UpdateLangPackTooLong{}
		tl_update_gen.go#L11653: func (u *UpdateLangPackTooLong) Zero() bool {
		tl_update_gen.go#L11665: func (u *UpdateLangPackTooLong) String() string {
		tl_update_gen.go#L11669: 	type Alias UpdateLangPackTooLong
		tl_update_gen.go#L11674: func (u *UpdateLangPackTooLong) FillFrom(from interface {
		tl_update_gen.go#L11683: func (*UpdateLangPackTooLong) TypeID() uint32 {
		tl_update_gen.go#L11688: func (*UpdateLangPackTooLong) TypeName() string {
		tl_update_gen.go#L11693: func (u *UpdateLangPackTooLong) TypeInfo() tdp.Type {
		tl_update_gen.go#L11712: func (u *UpdateLangPackTooLong) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L11721: func (u *UpdateLangPackTooLong) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L11730: func (u *UpdateLangPackTooLong) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L11741: func (u *UpdateLangPackTooLong) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L11756: func (u *UpdateLangPackTooLong) GetLangCode() (value string) {
		tl_update_gen.go#L25336: 		v := UpdateLangPackTooLong{}
		tl_update_slices_gen.go#L772: 		value, ok := elem.(*UpdateLangPackTooLong)
		tl_update_slices_gen.go#L5709: type UpdateLangPackTooLongArray []UpdateLangPackTooLong
		tl_update_slices_gen.go#L5712: func (s UpdateLangPackTooLongArray) Sort(less func(a, b UpdateLangPackTooLong) bool) UpdateLangPackTooLongArray {
		tl_update_slices_gen.go#L5720: func (s UpdateLangPackTooLongArray) SortStable(less func(a, b UpdateLangPackTooLong) bool) UpdateLangPackTooLongArray {
		tl_update_slices_gen.go#L5728: func (s UpdateLangPackTooLongArray) Retain(keep func(x UpdateLangPackTooLong) bool) UpdateLangPackTooLongArray {
		tl_update_slices_gen.go#L5742: func (s UpdateLangPackTooLongArray) First() (v UpdateLangPackTooLong, ok bool) {
		tl_update_slices_gen.go#L5750: func (s UpdateLangPackTooLongArray) Last() (v UpdateLangPackTooLong, ok bool) {
		tl_update_slices_gen.go#L5758: func (s *UpdateLangPackTooLongArray) PopFirst() (v UpdateLangPackTooLong, ok bool) {
		tl_update_slices_gen.go#L5768: 	var zero UpdateLangPackTooLong
		tl_update_slices_gen.go#L5777: func (s *UpdateLangPackTooLongArray) Pop() (v UpdateLangPackTooLong, ok bool) {