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

35 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L900: type ReadChannelDiscussionOutboxHandler func(ctx context.Context, e Entities, update *UpdateReadChannelDiscussionOutbox) error
		tl_handlers_gen.go#L905: 		return handler(ctx, e, update.(*UpdateReadChannelDiscussionOutbox))
		tl_registry_gen.go#L3907: 		UpdateReadChannelDiscussionOutboxTypeID:                  func() bin.Object { return &UpdateReadChannelDiscussionOutbox{} },
		tl_update_gen.go#L15814: type UpdateReadChannelDiscussionOutbox struct {
		tl_update_gen.go#L15836: func (u UpdateReadChannelDiscussionOutbox) construct() UpdateClass { return &u }
		tl_update_gen.go#L15840: 	_ bin.Encoder     = &UpdateReadChannelDiscussionOutbox{}
		tl_update_gen.go#L15841: 	_ bin.Decoder     = &UpdateReadChannelDiscussionOutbox{}
		tl_update_gen.go#L15842: 	_ bin.BareEncoder = &UpdateReadChannelDiscussionOutbox{}
		tl_update_gen.go#L15843: 	_ bin.BareDecoder = &UpdateReadChannelDiscussionOutbox{}
		tl_update_gen.go#L15845: 	_ UpdateClass = &UpdateReadChannelDiscussionOutbox{}
		tl_update_gen.go#L15848: func (u *UpdateReadChannelDiscussionOutbox) Zero() bool {
		tl_update_gen.go#L15866: func (u *UpdateReadChannelDiscussionOutbox) String() string {
		tl_update_gen.go#L15870: 	type Alias UpdateReadChannelDiscussionOutbox
		tl_update_gen.go#L15875: func (u *UpdateReadChannelDiscussionOutbox) FillFrom(from interface {
		tl_update_gen.go#L15888: func (*UpdateReadChannelDiscussionOutbox) TypeID() uint32 {
		tl_update_gen.go#L15893: func (*UpdateReadChannelDiscussionOutbox) TypeName() string {
		tl_update_gen.go#L15898: func (u *UpdateReadChannelDiscussionOutbox) TypeInfo() tdp.Type {
		tl_update_gen.go#L15925: func (u *UpdateReadChannelDiscussionOutbox) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L15934: func (u *UpdateReadChannelDiscussionOutbox) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L15945: func (u *UpdateReadChannelDiscussionOutbox) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L15956: func (u *UpdateReadChannelDiscussionOutbox) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L15985: func (u *UpdateReadChannelDiscussionOutbox) GetChannelID() (value int64) {
		tl_update_gen.go#L15993: func (u *UpdateReadChannelDiscussionOutbox) GetTopMsgID() (value int) {
		tl_update_gen.go#L16001: func (u *UpdateReadChannelDiscussionOutbox) GetReadMaxID() (value int) {
		tl_update_gen.go#L25504: 		v := UpdateReadChannelDiscussionOutbox{}
		tl_update_slices_gen.go#L1032: 		value, ok := elem.(*UpdateReadChannelDiscussionOutbox)
		tl_update_slices_gen.go#L7405: type UpdateReadChannelDiscussionOutboxArray []UpdateReadChannelDiscussionOutbox
		tl_update_slices_gen.go#L7408: func (s UpdateReadChannelDiscussionOutboxArray) Sort(less func(a, b UpdateReadChannelDiscussionOutbox) bool) UpdateReadChannelDiscussionOutboxArray {
		tl_update_slices_gen.go#L7416: func (s UpdateReadChannelDiscussionOutboxArray) SortStable(less func(a, b UpdateReadChannelDiscussionOutbox) bool) UpdateReadChannelDiscussionOutboxArray {
		tl_update_slices_gen.go#L7424: func (s UpdateReadChannelDiscussionOutboxArray) Retain(keep func(x UpdateReadChannelDiscussionOutbox) bool) UpdateReadChannelDiscussionOutboxArray {
		tl_update_slices_gen.go#L7438: func (s UpdateReadChannelDiscussionOutboxArray) First() (v UpdateReadChannelDiscussionOutbox, ok bool) {
		tl_update_slices_gen.go#L7446: func (s UpdateReadChannelDiscussionOutboxArray) Last() (v UpdateReadChannelDiscussionOutbox, ok bool) {
		tl_update_slices_gen.go#L7454: func (s *UpdateReadChannelDiscussionOutboxArray) PopFirst() (v UpdateReadChannelDiscussionOutbox, ok bool) {
		tl_update_slices_gen.go#L7464: 	var zero UpdateReadChannelDiscussionOutbox
		tl_update_slices_gen.go#L7473: func (s *UpdateReadChannelDiscussionOutboxArray) Pop() (v UpdateReadChannelDiscussionOutbox, ok bool) {