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

36 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L370: type NewChannelMessageHandler func(ctx context.Context, e Entities, update *UpdateNewChannelMessage) error
		tl_handlers_gen.go#L375: 		return handler(ctx, e, update.(*UpdateNewChannelMessage))
		tl_registry_gen.go#L3854: 		UpdateNewChannelMessageTypeID:                            func() bin.Object { return &UpdateNewChannelMessage{} },
		tl_update_gen.go#L5409: type UpdateNewChannelMessage struct {
		tl_update_gen.go#L5428: func (u UpdateNewChannelMessage) construct() UpdateClass { return &u }
		tl_update_gen.go#L5432: 	_ bin.Encoder     = &UpdateNewChannelMessage{}
		tl_update_gen.go#L5433: 	_ bin.Decoder     = &UpdateNewChannelMessage{}
		tl_update_gen.go#L5434: 	_ bin.BareEncoder = &UpdateNewChannelMessage{}
		tl_update_gen.go#L5435: 	_ bin.BareDecoder = &UpdateNewChannelMessage{}
		tl_update_gen.go#L5437: 	_ UpdateClass = &UpdateNewChannelMessage{}
		tl_update_gen.go#L5440: func (u *UpdateNewChannelMessage) Zero() bool {
		tl_update_gen.go#L5458: func (u *UpdateNewChannelMessage) String() string {
		tl_update_gen.go#L5462: 	type Alias UpdateNewChannelMessage
		tl_update_gen.go#L5467: func (u *UpdateNewChannelMessage) FillFrom(from interface {
		tl_update_gen.go#L5480: func (*UpdateNewChannelMessage) TypeID() uint32 {
		tl_update_gen.go#L5485: func (*UpdateNewChannelMessage) TypeName() string {
		tl_update_gen.go#L5490: func (u *UpdateNewChannelMessage) TypeInfo() tdp.Type {
		tl_update_gen.go#L5517: func (u *UpdateNewChannelMessage) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L5526: func (u *UpdateNewChannelMessage) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L5542: func (u *UpdateNewChannelMessage) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L5553: func (u *UpdateNewChannelMessage) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L5582: func (u *UpdateNewChannelMessage) GetMessage() (value MessageClass) {
		tl_update_gen.go#L5590: func (u *UpdateNewChannelMessage) GetPts() (value int) {
		tl_update_gen.go#L5598: func (u *UpdateNewChannelMessage) GetPtsCount() (value int) {
		tl_update_gen.go#L25133: 		v := UpdateNewChannelMessage{}
		tl_update_slices_gen.go#L460: 		value, ok := elem.(*UpdateNewChannelMessage)
		tl_update_slices_gen.go#L3713: type UpdateNewChannelMessageArray []UpdateNewChannelMessage
		tl_update_slices_gen.go#L3716: func (s UpdateNewChannelMessageArray) Sort(less func(a, b UpdateNewChannelMessage) bool) UpdateNewChannelMessageArray {
		tl_update_slices_gen.go#L3724: func (s UpdateNewChannelMessageArray) SortStable(less func(a, b UpdateNewChannelMessage) bool) UpdateNewChannelMessageArray {
		tl_update_slices_gen.go#L3732: func (s UpdateNewChannelMessageArray) Retain(keep func(x UpdateNewChannelMessage) bool) UpdateNewChannelMessageArray {
		tl_update_slices_gen.go#L3746: func (s UpdateNewChannelMessageArray) First() (v UpdateNewChannelMessage, ok bool) {
		tl_update_slices_gen.go#L3754: func (s UpdateNewChannelMessageArray) Last() (v UpdateNewChannelMessage, ok bool) {
		tl_update_slices_gen.go#L3762: func (s *UpdateNewChannelMessageArray) PopFirst() (v UpdateNewChannelMessage, ok bool) {
		tl_update_slices_gen.go#L3772: 	var zero UpdateNewChannelMessage
		tl_update_slices_gen.go#L3781: func (s *UpdateNewChannelMessageArray) Pop() (v UpdateNewChannelMessage, ok bool) {
		tl_updates_classifier_gen.go#L88: 	case *UpdateNewChannelMessage: