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

40 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L880: type ChannelMessageForwardsHandler func(ctx context.Context, e Entities, update *UpdateChannelMessageForwards) error
		tl_handlers_gen.go#L885: 		return handler(ctx, e, update.(*UpdateChannelMessageForwards))
		tl_registry_gen.go#L3905: 		UpdateChannelMessageForwardsTypeID:                       func() bin.Object { return &UpdateChannelMessageForwards{} },
		tl_update_gen.go#L15296: type UpdateChannelMessageForwards struct {
		tl_update_gen.go#L15309: func (u UpdateChannelMessageForwards) construct() UpdateClass { return &u }
		tl_update_gen.go#L15313: 	_ bin.Encoder     = &UpdateChannelMessageForwards{}
		tl_update_gen.go#L15314: 	_ bin.Decoder     = &UpdateChannelMessageForwards{}
		tl_update_gen.go#L15315: 	_ bin.BareEncoder = &UpdateChannelMessageForwards{}
		tl_update_gen.go#L15316: 	_ bin.BareDecoder = &UpdateChannelMessageForwards{}
		tl_update_gen.go#L15318: 	_ UpdateClass = &UpdateChannelMessageForwards{}
		tl_update_gen.go#L15321: func (u *UpdateChannelMessageForwards) Zero() bool {
		tl_update_gen.go#L15339: func (u *UpdateChannelMessageForwards) String() string {
		tl_update_gen.go#L15343: 	type Alias UpdateChannelMessageForwards
		tl_update_gen.go#L15348: func (u *UpdateChannelMessageForwards) FillFrom(from interface {
		tl_update_gen.go#L15361: func (*UpdateChannelMessageForwards) TypeID() uint32 {
		tl_update_gen.go#L15366: func (*UpdateChannelMessageForwards) TypeName() string {
		tl_update_gen.go#L15371: func (u *UpdateChannelMessageForwards) TypeInfo() tdp.Type {
		tl_update_gen.go#L15398: func (u *UpdateChannelMessageForwards) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L15407: func (u *UpdateChannelMessageForwards) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L15418: func (u *UpdateChannelMessageForwards) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L15429: func (u *UpdateChannelMessageForwards) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L15458: func (u *UpdateChannelMessageForwards) GetChannelID() (value int64) {
		tl_update_gen.go#L15466: func (u *UpdateChannelMessageForwards) GetID() (value int) {
		tl_update_gen.go#L15474: func (u *UpdateChannelMessageForwards) GetForwards() (value int) {
		tl_update_gen.go#L25490: 		v := UpdateChannelMessageForwards{}
		tl_update_slices_gen.go#L1006: 		value, ok := elem.(*UpdateChannelMessageForwards)
		tl_update_slices_gen.go#L7213: type UpdateChannelMessageForwardsArray []UpdateChannelMessageForwards
		tl_update_slices_gen.go#L7216: func (s UpdateChannelMessageForwardsArray) Sort(less func(a, b UpdateChannelMessageForwards) bool) UpdateChannelMessageForwardsArray {
		tl_update_slices_gen.go#L7224: func (s UpdateChannelMessageForwardsArray) SortStable(less func(a, b UpdateChannelMessageForwards) bool) UpdateChannelMessageForwardsArray {
		tl_update_slices_gen.go#L7232: func (s UpdateChannelMessageForwardsArray) Retain(keep func(x UpdateChannelMessageForwards) bool) UpdateChannelMessageForwardsArray {
		tl_update_slices_gen.go#L7246: func (s UpdateChannelMessageForwardsArray) First() (v UpdateChannelMessageForwards, ok bool) {
		tl_update_slices_gen.go#L7254: func (s UpdateChannelMessageForwardsArray) Last() (v UpdateChannelMessageForwards, ok bool) {
		tl_update_slices_gen.go#L7262: func (s *UpdateChannelMessageForwardsArray) PopFirst() (v UpdateChannelMessageForwards, ok bool) {
		tl_update_slices_gen.go#L7272: 	var zero UpdateChannelMessageForwards
		tl_update_slices_gen.go#L7281: func (s *UpdateChannelMessageForwardsArray) Pop() (v UpdateChannelMessageForwards, ok bool) {
		tl_update_slices_gen.go#L7296: 	return s.Sort(func(a, b UpdateChannelMessageForwards) bool {
		tl_update_slices_gen.go#L7303: 	return s.SortStable(func(a, b UpdateChannelMessageForwards) bool {
		tl_update_slices_gen.go#L7309: func (s UpdateChannelMessageForwardsArray) FillMap(to map[int]UpdateChannelMessageForwards) {
		tl_update_slices_gen.go#L7316: func (s UpdateChannelMessageForwardsArray) ToMap() map[int]UpdateChannelMessageForwards {
		tl_update_slices_gen.go#L7317: 	r := make(map[int]UpdateChannelMessageForwards, len(s))