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

37 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L580: type ChannelWebPageHandler func(ctx context.Context, e Entities, update *UpdateChannelWebPage) error
		tl_handlers_gen.go#L585: 		return handler(ctx, e, update.(*UpdateChannelWebPage))
		tl_registry_gen.go#L3875: 		UpdateChannelWebPageTypeID:                               func() bin.Object { return &UpdateChannelWebPage{} },
		tl_update_gen.go#L9848: type UpdateChannelWebPage struct {
		tl_update_gen.go#L9872: func (u UpdateChannelWebPage) construct() UpdateClass { return &u }
		tl_update_gen.go#L9876: 	_ bin.Encoder     = &UpdateChannelWebPage{}
		tl_update_gen.go#L9877: 	_ bin.Decoder     = &UpdateChannelWebPage{}
		tl_update_gen.go#L9878: 	_ bin.BareEncoder = &UpdateChannelWebPage{}
		tl_update_gen.go#L9879: 	_ bin.BareDecoder = &UpdateChannelWebPage{}
		tl_update_gen.go#L9881: 	_ UpdateClass = &UpdateChannelWebPage{}
		tl_update_gen.go#L9884: func (u *UpdateChannelWebPage) Zero() bool {
		tl_update_gen.go#L9905: func (u *UpdateChannelWebPage) String() string {
		tl_update_gen.go#L9909: 	type Alias UpdateChannelWebPage
		tl_update_gen.go#L9914: func (u *UpdateChannelWebPage) FillFrom(from interface {
		tl_update_gen.go#L9929: func (*UpdateChannelWebPage) TypeID() uint32 {
		tl_update_gen.go#L9934: func (*UpdateChannelWebPage) TypeName() string {
		tl_update_gen.go#L9939: func (u *UpdateChannelWebPage) TypeInfo() tdp.Type {
		tl_update_gen.go#L9970: func (u *UpdateChannelWebPage) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L9979: func (u *UpdateChannelWebPage) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L9996: func (u *UpdateChannelWebPage) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L10007: func (u *UpdateChannelWebPage) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L10043: func (u *UpdateChannelWebPage) GetChannelID() (value int64) {
		tl_update_gen.go#L10051: func (u *UpdateChannelWebPage) GetWebpage() (value WebPageClass) {
		tl_update_gen.go#L10059: func (u *UpdateChannelWebPage) GetPts() (value int) {
		tl_update_gen.go#L10067: func (u *UpdateChannelWebPage) GetPtsCount() (value int) {
		tl_update_gen.go#L25280: 		v := UpdateChannelWebPage{}
		tl_update_slices_gen.go#L668: 		value, ok := elem.(*UpdateChannelWebPage)
		tl_update_slices_gen.go#L5053: type UpdateChannelWebPageArray []UpdateChannelWebPage
		tl_update_slices_gen.go#L5056: func (s UpdateChannelWebPageArray) Sort(less func(a, b UpdateChannelWebPage) bool) UpdateChannelWebPageArray {
		tl_update_slices_gen.go#L5064: func (s UpdateChannelWebPageArray) SortStable(less func(a, b UpdateChannelWebPage) bool) UpdateChannelWebPageArray {
		tl_update_slices_gen.go#L5072: func (s UpdateChannelWebPageArray) Retain(keep func(x UpdateChannelWebPage) bool) UpdateChannelWebPageArray {
		tl_update_slices_gen.go#L5086: func (s UpdateChannelWebPageArray) First() (v UpdateChannelWebPage, ok bool) {
		tl_update_slices_gen.go#L5094: func (s UpdateChannelWebPageArray) Last() (v UpdateChannelWebPage, ok bool) {
		tl_update_slices_gen.go#L5102: func (s *UpdateChannelWebPageArray) PopFirst() (v UpdateChannelWebPage, ok bool) {
		tl_update_slices_gen.go#L5112: 	var zero UpdateChannelWebPage
		tl_update_slices_gen.go#L5121: func (s *UpdateChannelWebPageArray) Pop() (v UpdateChannelWebPage, ok bool) {
		tl_updates_classifier_gen.go#L98: 	case *UpdateChannelWebPage: