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

36 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L484: type EditChannelMessageHandler func(ctx context.Context, e Entities, update *UpdateEditChannelMessage) error
		tl_handlers_gen.go#L489: 		return handler(ctx, e, update.(*UpdateEditChannelMessage))
		tl_registry_gen.go#L5276: 		UpdateEditChannelMessageTypeID:                           func() bin.Object { return &UpdateEditChannelMessage{} },
		tl_update_gen.go#L8081: type UpdateEditChannelMessage struct {
		tl_update_gen.go#L8100: func (u UpdateEditChannelMessage) construct() UpdateClass { return &u }
		tl_update_gen.go#L8104: 	_ bin.Encoder     = &UpdateEditChannelMessage{}
		tl_update_gen.go#L8105: 	_ bin.Decoder     = &UpdateEditChannelMessage{}
		tl_update_gen.go#L8106: 	_ bin.BareEncoder = &UpdateEditChannelMessage{}
		tl_update_gen.go#L8107: 	_ bin.BareDecoder = &UpdateEditChannelMessage{}
		tl_update_gen.go#L8109: 	_ UpdateClass = &UpdateEditChannelMessage{}
		tl_update_gen.go#L8112: func (u *UpdateEditChannelMessage) Zero() bool {
		tl_update_gen.go#L8130: func (u *UpdateEditChannelMessage) String() string {
		tl_update_gen.go#L8134: 	type Alias UpdateEditChannelMessage
		tl_update_gen.go#L8139: func (u *UpdateEditChannelMessage) FillFrom(from interface {
		tl_update_gen.go#L8152: func (*UpdateEditChannelMessage) TypeID() uint32 {
		tl_update_gen.go#L8157: func (*UpdateEditChannelMessage) TypeName() string {
		tl_update_gen.go#L8162: func (u *UpdateEditChannelMessage) TypeInfo() tdp.Type {
		tl_update_gen.go#L8189: func (u *UpdateEditChannelMessage) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L8198: func (u *UpdateEditChannelMessage) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L8214: func (u *UpdateEditChannelMessage) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L8225: func (u *UpdateEditChannelMessage) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L8254: func (u *UpdateEditChannelMessage) GetMessage() (value MessageClass) {
		tl_update_gen.go#L8262: func (u *UpdateEditChannelMessage) GetPts() (value int) {
		tl_update_gen.go#L8270: func (u *UpdateEditChannelMessage) GetPtsCount() (value int) {
		tl_update_gen.go#L34459: 		v := UpdateEditChannelMessage{}
		tl_update_slices_gen.go#L590: 		value, ok := elem.(*UpdateEditChannelMessage)
		tl_update_slices_gen.go#L5068: type UpdateEditChannelMessageArray []UpdateEditChannelMessage
		tl_update_slices_gen.go#L5071: func (s UpdateEditChannelMessageArray) Sort(less func(a, b UpdateEditChannelMessage) bool) UpdateEditChannelMessageArray {
		tl_update_slices_gen.go#L5079: func (s UpdateEditChannelMessageArray) SortStable(less func(a, b UpdateEditChannelMessage) bool) UpdateEditChannelMessageArray {
		tl_update_slices_gen.go#L5087: func (s UpdateEditChannelMessageArray) Retain(keep func(x UpdateEditChannelMessage) bool) UpdateEditChannelMessageArray {
		tl_update_slices_gen.go#L5101: func (s UpdateEditChannelMessageArray) First() (v UpdateEditChannelMessage, ok bool) {
		tl_update_slices_gen.go#L5109: func (s UpdateEditChannelMessageArray) Last() (v UpdateEditChannelMessage, ok bool) {
		tl_update_slices_gen.go#L5117: func (s *UpdateEditChannelMessageArray) PopFirst() (v UpdateEditChannelMessage, ok bool) {
		tl_update_slices_gen.go#L5127: 	var zero UpdateEditChannelMessage
		tl_update_slices_gen.go#L5136: func (s *UpdateEditChannelMessageArray) Pop() (v UpdateEditChannelMessage, ok bool) {
		tl_updates_classifier_gen.go#L111: 	case *UpdateEditChannelMessage: