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

33 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L360: type ChannelHandler func(ctx context.Context, e Entities, update *UpdateChannel) error
		tl_handlers_gen.go#L365: 		return handler(ctx, e, update.(*UpdateChannel))
		tl_registry_gen.go#L3853: 		UpdateChannelTypeID:                                      func() bin.Object { return &UpdateChannel{} },
		tl_update_gen.go#L5271: type UpdateChannel struct {
		tl_update_gen.go#L5280: func (u UpdateChannel) construct() UpdateClass { return &u }
		tl_update_gen.go#L5284: 	_ bin.Encoder     = &UpdateChannel{}
		tl_update_gen.go#L5285: 	_ bin.Decoder     = &UpdateChannel{}
		tl_update_gen.go#L5286: 	_ bin.BareEncoder = &UpdateChannel{}
		tl_update_gen.go#L5287: 	_ bin.BareDecoder = &UpdateChannel{}
		tl_update_gen.go#L5289: 	_ UpdateClass = &UpdateChannel{}
		tl_update_gen.go#L5292: func (u *UpdateChannel) Zero() bool {
		tl_update_gen.go#L5304: func (u *UpdateChannel) String() string {
		tl_update_gen.go#L5308: 	type Alias UpdateChannel
		tl_update_gen.go#L5313: func (u *UpdateChannel) FillFrom(from interface {
		tl_update_gen.go#L5322: func (*UpdateChannel) TypeID() uint32 {
		tl_update_gen.go#L5327: func (*UpdateChannel) TypeName() string {
		tl_update_gen.go#L5332: func (u *UpdateChannel) TypeInfo() tdp.Type {
		tl_update_gen.go#L5351: func (u *UpdateChannel) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L5360: func (u *UpdateChannel) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L5369: func (u *UpdateChannel) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L5380: func (u *UpdateChannel) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L5395: func (u *UpdateChannel) GetChannelID() (value int64) {
		tl_update_gen.go#L25126: 		v := UpdateChannel{}
		tl_update_slices_gen.go#L447: 		value, ok := elem.(*UpdateChannel)
		tl_update_slices_gen.go#L3631: type UpdateChannelArray []UpdateChannel
		tl_update_slices_gen.go#L3634: func (s UpdateChannelArray) Sort(less func(a, b UpdateChannel) bool) UpdateChannelArray {
		tl_update_slices_gen.go#L3642: func (s UpdateChannelArray) SortStable(less func(a, b UpdateChannel) bool) UpdateChannelArray {
		tl_update_slices_gen.go#L3650: func (s UpdateChannelArray) Retain(keep func(x UpdateChannel) bool) UpdateChannelArray {
		tl_update_slices_gen.go#L3664: func (s UpdateChannelArray) First() (v UpdateChannel, ok bool) {
		tl_update_slices_gen.go#L3672: func (s UpdateChannelArray) Last() (v UpdateChannel, ok bool) {
		tl_update_slices_gen.go#L3680: func (s *UpdateChannelArray) PopFirst() (v UpdateChannel, ok bool) {
		tl_update_slices_gen.go#L3690: 	var zero UpdateChannel
		tl_update_slices_gen.go#L3699: func (s *UpdateChannelArray) Pop() (v UpdateChannel, ok bool) {