type github.com/gotd/td/tg.WebDocumentNoProxy
35 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L4313: WebDocumentNoProxyTypeID: func() bin.Object { return &WebDocumentNoProxy{} },
tl_web_document_gen.go#L307: type WebDocumentNoProxy struct {
tl_web_document_gen.go#L322: func (w WebDocumentNoProxy) construct() WebDocumentClass { return &w }
tl_web_document_gen.go#L326: _ bin.Encoder = &WebDocumentNoProxy{}
tl_web_document_gen.go#L327: _ bin.Decoder = &WebDocumentNoProxy{}
tl_web_document_gen.go#L328: _ bin.BareEncoder = &WebDocumentNoProxy{}
tl_web_document_gen.go#L329: _ bin.BareDecoder = &WebDocumentNoProxy{}
tl_web_document_gen.go#L331: _ WebDocumentClass = &WebDocumentNoProxy{}
tl_web_document_gen.go#L334: func (w *WebDocumentNoProxy) Zero() bool {
tl_web_document_gen.go#L355: func (w *WebDocumentNoProxy) String() string {
tl_web_document_gen.go#L359: type Alias WebDocumentNoProxy
tl_web_document_gen.go#L364: func (w *WebDocumentNoProxy) FillFrom(from interface {
tl_web_document_gen.go#L379: func (*WebDocumentNoProxy) TypeID() uint32 {
tl_web_document_gen.go#L384: func (*WebDocumentNoProxy) TypeName() string {
tl_web_document_gen.go#L389: func (w *WebDocumentNoProxy) TypeInfo() tdp.Type {
tl_web_document_gen.go#L420: func (w *WebDocumentNoProxy) Encode(b *bin.Buffer) error {
tl_web_document_gen.go#L429: func (w *WebDocumentNoProxy) EncodeBare(b *bin.Buffer) error {
tl_web_document_gen.go#L449: func (w *WebDocumentNoProxy) Decode(b *bin.Buffer) error {
tl_web_document_gen.go#L460: func (w *WebDocumentNoProxy) DecodeBare(b *bin.Buffer) error {
tl_web_document_gen.go#L506: func (w *WebDocumentNoProxy) GetURL() (value string) {
tl_web_document_gen.go#L514: func (w *WebDocumentNoProxy) GetSize() (value int) {
tl_web_document_gen.go#L522: func (w *WebDocumentNoProxy) GetMimeType() (value string) {
tl_web_document_gen.go#L530: func (w *WebDocumentNoProxy) GetAttributes() (value []DocumentAttributeClass) {
tl_web_document_gen.go#L538: func (w *WebDocumentNoProxy) MapAttributes() (value DocumentAttributeClassArray) {
tl_web_document_gen.go#L620: v := WebDocumentNoProxy{}
tl_web_document_slices_gen.go#L135: value, ok := elem.(*WebDocumentNoProxy)
tl_web_document_slices_gen.go#L228: type WebDocumentNoProxyArray []WebDocumentNoProxy
tl_web_document_slices_gen.go#L231: func (s WebDocumentNoProxyArray) Sort(less func(a, b WebDocumentNoProxy) bool) WebDocumentNoProxyArray {
tl_web_document_slices_gen.go#L239: func (s WebDocumentNoProxyArray) SortStable(less func(a, b WebDocumentNoProxy) bool) WebDocumentNoProxyArray {
tl_web_document_slices_gen.go#L247: func (s WebDocumentNoProxyArray) Retain(keep func(x WebDocumentNoProxy) bool) WebDocumentNoProxyArray {
tl_web_document_slices_gen.go#L261: func (s WebDocumentNoProxyArray) First() (v WebDocumentNoProxy, ok bool) {
tl_web_document_slices_gen.go#L269: func (s WebDocumentNoProxyArray) Last() (v WebDocumentNoProxy, ok bool) {
tl_web_document_slices_gen.go#L277: func (s *WebDocumentNoProxyArray) PopFirst() (v WebDocumentNoProxy, ok bool) {
tl_web_document_slices_gen.go#L287: var zero WebDocumentNoProxy
tl_web_document_slices_gen.go#L296: func (s *WebDocumentNoProxyArray) Pop() (v WebDocumentNoProxy, ok bool) {
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. |