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

40 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L400: type ChannelMessageViewsHandler func(ctx context.Context, e Entities, update *UpdateChannelMessageViews) error
		tl_handlers_gen.go#L405: 		return handler(ctx, e, update.(*UpdateChannelMessageViews))
		tl_registry_gen.go#L3857: 		UpdateChannelMessageViewsTypeID:                          func() bin.Object { return &UpdateChannelMessageViews{} },
		tl_update_gen.go#L6141: type UpdateChannelMessageViews struct {
		tl_update_gen.go#L6154: func (u UpdateChannelMessageViews) construct() UpdateClass { return &u }
		tl_update_gen.go#L6158: 	_ bin.Encoder     = &UpdateChannelMessageViews{}
		tl_update_gen.go#L6159: 	_ bin.Decoder     = &UpdateChannelMessageViews{}
		tl_update_gen.go#L6160: 	_ bin.BareEncoder = &UpdateChannelMessageViews{}
		tl_update_gen.go#L6161: 	_ bin.BareDecoder = &UpdateChannelMessageViews{}
		tl_update_gen.go#L6163: 	_ UpdateClass = &UpdateChannelMessageViews{}
		tl_update_gen.go#L6166: func (u *UpdateChannelMessageViews) Zero() bool {
		tl_update_gen.go#L6184: func (u *UpdateChannelMessageViews) String() string {
		tl_update_gen.go#L6188: 	type Alias UpdateChannelMessageViews
		tl_update_gen.go#L6193: func (u *UpdateChannelMessageViews) FillFrom(from interface {
		tl_update_gen.go#L6206: func (*UpdateChannelMessageViews) TypeID() uint32 {
		tl_update_gen.go#L6211: func (*UpdateChannelMessageViews) TypeName() string {
		tl_update_gen.go#L6216: func (u *UpdateChannelMessageViews) TypeInfo() tdp.Type {
		tl_update_gen.go#L6243: func (u *UpdateChannelMessageViews) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L6252: func (u *UpdateChannelMessageViews) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L6263: func (u *UpdateChannelMessageViews) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L6274: func (u *UpdateChannelMessageViews) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L6303: func (u *UpdateChannelMessageViews) GetChannelID() (value int64) {
		tl_update_gen.go#L6311: func (u *UpdateChannelMessageViews) GetID() (value int) {
		tl_update_gen.go#L6319: func (u *UpdateChannelMessageViews) GetViews() (value int) {
		tl_update_gen.go#L25154: 		v := UpdateChannelMessageViews{}
		tl_update_slices_gen.go#L499: 		value, ok := elem.(*UpdateChannelMessageViews)
		tl_update_slices_gen.go#L3959: type UpdateChannelMessageViewsArray []UpdateChannelMessageViews
		tl_update_slices_gen.go#L3962: func (s UpdateChannelMessageViewsArray) Sort(less func(a, b UpdateChannelMessageViews) bool) UpdateChannelMessageViewsArray {
		tl_update_slices_gen.go#L3970: func (s UpdateChannelMessageViewsArray) SortStable(less func(a, b UpdateChannelMessageViews) bool) UpdateChannelMessageViewsArray {
		tl_update_slices_gen.go#L3978: func (s UpdateChannelMessageViewsArray) Retain(keep func(x UpdateChannelMessageViews) bool) UpdateChannelMessageViewsArray {
		tl_update_slices_gen.go#L3992: func (s UpdateChannelMessageViewsArray) First() (v UpdateChannelMessageViews, ok bool) {
		tl_update_slices_gen.go#L4000: func (s UpdateChannelMessageViewsArray) Last() (v UpdateChannelMessageViews, ok bool) {
		tl_update_slices_gen.go#L4008: func (s *UpdateChannelMessageViewsArray) PopFirst() (v UpdateChannelMessageViews, ok bool) {
		tl_update_slices_gen.go#L4018: 	var zero UpdateChannelMessageViews
		tl_update_slices_gen.go#L4027: func (s *UpdateChannelMessageViewsArray) Pop() (v UpdateChannelMessageViews, ok bool) {
		tl_update_slices_gen.go#L4042: 	return s.Sort(func(a, b UpdateChannelMessageViews) bool {
		tl_update_slices_gen.go#L4049: 	return s.SortStable(func(a, b UpdateChannelMessageViews) bool {
		tl_update_slices_gen.go#L4055: func (s UpdateChannelMessageViewsArray) FillMap(to map[int]UpdateChannelMessageViews) {
		tl_update_slices_gen.go#L4062: func (s UpdateChannelMessageViewsArray) ToMap() map[int]UpdateChannelMessageViews {
		tl_update_slices_gen.go#L4063: 	r := make(map[int]UpdateChannelMessageViews, len(s))