type github.com/gotd/td/tg.UploadWebFile
25 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L4318: UploadWebFileTypeID: func() bin.Object { return &UploadWebFile{} },
tl_server_gen.go#L6277: func (s *ServerDispatcher) OnUploadGetWebFile(f func(ctx context.Context, request *UploadGetWebFileRequest) (*UploadWebFile, error)) {
tl_upload_get_web_file_gen.go#L225: func (c *Client) UploadGetWebFile(ctx context.Context, request *UploadGetWebFileRequest) (*UploadWebFile, error) {
tl_upload_get_web_file_gen.go#L226: var result UploadWebFile
tl_upload_web_file_gen.go#L42: type UploadWebFile struct {
tl_upload_web_file_gen.go#L60: _ bin.Encoder = &UploadWebFile{}
tl_upload_web_file_gen.go#L61: _ bin.Decoder = &UploadWebFile{}
tl_upload_web_file_gen.go#L62: _ bin.BareEncoder = &UploadWebFile{}
tl_upload_web_file_gen.go#L63: _ bin.BareDecoder = &UploadWebFile{}
tl_upload_web_file_gen.go#L66: func (w *UploadWebFile) Zero() bool {
tl_upload_web_file_gen.go#L90: func (w *UploadWebFile) String() string {
tl_upload_web_file_gen.go#L94: type Alias UploadWebFile
tl_upload_web_file_gen.go#L99: func (w *UploadWebFile) FillFrom(from interface {
tl_upload_web_file_gen.go#L116: func (*UploadWebFile) TypeID() uint32 {
tl_upload_web_file_gen.go#L121: func (*UploadWebFile) TypeName() string {
tl_upload_web_file_gen.go#L126: func (w *UploadWebFile) TypeInfo() tdp.Type {
tl_upload_web_file_gen.go#L161: func (w *UploadWebFile) Encode(b *bin.Buffer) error {
tl_upload_web_file_gen.go#L170: func (w *UploadWebFile) EncodeBare(b *bin.Buffer) error {
tl_upload_web_file_gen.go#L188: func (w *UploadWebFile) Decode(b *bin.Buffer) error {
tl_upload_web_file_gen.go#L199: func (w *UploadWebFile) DecodeBare(b *bin.Buffer) error {
tl_upload_web_file_gen.go#L242: func (w *UploadWebFile) GetSize() (value int) {
tl_upload_web_file_gen.go#L250: func (w *UploadWebFile) GetMimeType() (value string) {
tl_upload_web_file_gen.go#L258: func (w *UploadWebFile) GetFileType() (value StorageFileTypeClass) {
tl_upload_web_file_gen.go#L266: func (w *UploadWebFile) GetMtime() (value int) {
tl_upload_web_file_gen.go#L274: func (w *UploadWebFile) GetBytes() (value []byte) {
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. |