type github.com/gotd/td/tg.UpdateWebPage
36 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L330: type WebPageHandler func(ctx context.Context, e Entities, update *UpdateWebPage) error
tl_handlers_gen.go#L335: return handler(ctx, e, update.(*UpdateWebPage))
tl_registry_gen.go#L3850: UpdateWebPageTypeID: func() bin.Object { return &UpdateWebPage{} },
tl_update_gen.go#L4581: type UpdateWebPage struct {
tl_update_gen.go#L4600: func (u UpdateWebPage) construct() UpdateClass { return &u }
tl_update_gen.go#L4604: _ bin.Encoder = &UpdateWebPage{}
tl_update_gen.go#L4605: _ bin.Decoder = &UpdateWebPage{}
tl_update_gen.go#L4606: _ bin.BareEncoder = &UpdateWebPage{}
tl_update_gen.go#L4607: _ bin.BareDecoder = &UpdateWebPage{}
tl_update_gen.go#L4609: _ UpdateClass = &UpdateWebPage{}
tl_update_gen.go#L4612: func (u *UpdateWebPage) Zero() bool {
tl_update_gen.go#L4630: func (u *UpdateWebPage) String() string {
tl_update_gen.go#L4634: type Alias UpdateWebPage
tl_update_gen.go#L4639: func (u *UpdateWebPage) FillFrom(from interface {
tl_update_gen.go#L4652: func (*UpdateWebPage) TypeID() uint32 {
tl_update_gen.go#L4657: func (*UpdateWebPage) TypeName() string {
tl_update_gen.go#L4662: func (u *UpdateWebPage) TypeInfo() tdp.Type {
tl_update_gen.go#L4689: func (u *UpdateWebPage) Encode(b *bin.Buffer) error {
tl_update_gen.go#L4698: func (u *UpdateWebPage) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L4714: func (u *UpdateWebPage) Decode(b *bin.Buffer) error {
tl_update_gen.go#L4725: func (u *UpdateWebPage) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L4754: func (u *UpdateWebPage) GetWebpage() (value WebPageClass) {
tl_update_gen.go#L4762: func (u *UpdateWebPage) GetPts() (value int) {
tl_update_gen.go#L4770: func (u *UpdateWebPage) GetPtsCount() (value int) {
tl_update_gen.go#L25105: v := UpdateWebPage{}
tl_update_slices_gen.go#L408: value, ok := elem.(*UpdateWebPage)
tl_update_slices_gen.go#L3385: type UpdateWebPageArray []UpdateWebPage
tl_update_slices_gen.go#L3388: func (s UpdateWebPageArray) Sort(less func(a, b UpdateWebPage) bool) UpdateWebPageArray {
tl_update_slices_gen.go#L3396: func (s UpdateWebPageArray) SortStable(less func(a, b UpdateWebPage) bool) UpdateWebPageArray {
tl_update_slices_gen.go#L3404: func (s UpdateWebPageArray) Retain(keep func(x UpdateWebPage) bool) UpdateWebPageArray {
tl_update_slices_gen.go#L3418: func (s UpdateWebPageArray) First() (v UpdateWebPage, ok bool) {
tl_update_slices_gen.go#L3426: func (s UpdateWebPageArray) Last() (v UpdateWebPage, ok bool) {
tl_update_slices_gen.go#L3434: func (s *UpdateWebPageArray) PopFirst() (v UpdateWebPage, ok bool) {
tl_update_slices_gen.go#L3444: var zero UpdateWebPage
tl_update_slices_gen.go#L3453: func (s *UpdateWebPageArray) Pop() (v UpdateWebPage, ok bool) {
tl_updates_classifier_gen.go#L44: case *UpdateWebPage:
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |