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

34 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L524: type ReadChannelOutboxHandler func(ctx context.Context, e Entities, update *UpdateReadChannelOutbox) error
		tl_handlers_gen.go#L529: 		return handler(ctx, e, update.(*UpdateReadChannelOutbox))
		tl_registry_gen.go#L5280: 		UpdateReadChannelOutboxTypeID:                            func() bin.Object { return &UpdateReadChannelOutbox{} },
		tl_update_gen.go#L9191: type UpdateReadChannelOutbox struct {
		tl_update_gen.go#L9202: func (u UpdateReadChannelOutbox) construct() UpdateClass { return &u }
		tl_update_gen.go#L9206: 	_ bin.Encoder     = &UpdateReadChannelOutbox{}
		tl_update_gen.go#L9207: 	_ bin.Decoder     = &UpdateReadChannelOutbox{}
		tl_update_gen.go#L9208: 	_ bin.BareEncoder = &UpdateReadChannelOutbox{}
		tl_update_gen.go#L9209: 	_ bin.BareDecoder = &UpdateReadChannelOutbox{}
		tl_update_gen.go#L9211: 	_ UpdateClass = &UpdateReadChannelOutbox{}
		tl_update_gen.go#L9214: func (u *UpdateReadChannelOutbox) Zero() bool {
		tl_update_gen.go#L9229: func (u *UpdateReadChannelOutbox) String() string {
		tl_update_gen.go#L9233: 	type Alias UpdateReadChannelOutbox
		tl_update_gen.go#L9238: func (u *UpdateReadChannelOutbox) FillFrom(from interface {
		tl_update_gen.go#L9249: func (*UpdateReadChannelOutbox) TypeID() uint32 {
		tl_update_gen.go#L9254: func (*UpdateReadChannelOutbox) TypeName() string {
		tl_update_gen.go#L9259: func (u *UpdateReadChannelOutbox) TypeInfo() tdp.Type {
		tl_update_gen.go#L9282: func (u *UpdateReadChannelOutbox) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L9291: func (u *UpdateReadChannelOutbox) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L9301: func (u *UpdateReadChannelOutbox) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L9312: func (u *UpdateReadChannelOutbox) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L9334: func (u *UpdateReadChannelOutbox) GetChannelID() (value int64) {
		tl_update_gen.go#L9342: func (u *UpdateReadChannelOutbox) GetMaxID() (value int) {
		tl_update_gen.go#L34487: 		v := UpdateReadChannelOutbox{}
		tl_update_slices_gen.go#L642: 		value, ok := elem.(*UpdateReadChannelOutbox)
		tl_update_slices_gen.go#L5396: type UpdateReadChannelOutboxArray []UpdateReadChannelOutbox
		tl_update_slices_gen.go#L5399: func (s UpdateReadChannelOutboxArray) Sort(less func(a, b UpdateReadChannelOutbox) bool) UpdateReadChannelOutboxArray {
		tl_update_slices_gen.go#L5407: func (s UpdateReadChannelOutboxArray) SortStable(less func(a, b UpdateReadChannelOutbox) bool) UpdateReadChannelOutboxArray {
		tl_update_slices_gen.go#L5415: func (s UpdateReadChannelOutboxArray) Retain(keep func(x UpdateReadChannelOutbox) bool) UpdateReadChannelOutboxArray {
		tl_update_slices_gen.go#L5429: func (s UpdateReadChannelOutboxArray) First() (v UpdateReadChannelOutbox, ok bool) {
		tl_update_slices_gen.go#L5437: func (s UpdateReadChannelOutboxArray) Last() (v UpdateReadChannelOutbox, ok bool) {
		tl_update_slices_gen.go#L5445: func (s *UpdateReadChannelOutboxArray) PopFirst() (v UpdateReadChannelOutbox, ok bool) {
		tl_update_slices_gen.go#L5455: 	var zero UpdateReadChannelOutbox
		tl_update_slices_gen.go#L5464: func (s *UpdateReadChannelOutboxArray) Pop() (v UpdateReadChannelOutbox, ok bool) {