type github.com/gotd/td/tg.UploadSaveBigFilePartRequest
24 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L5151: UploadSaveBigFilePartRequestTypeID: func() bin.Object { return &UploadSaveBigFilePartRequest{} },
tl_server_gen.go#L6256: func (s *ServerDispatcher) OnUploadSaveBigFilePart(f func(ctx context.Context, request *UploadSaveBigFilePartRequest) (bool, error)) {
tl_server_gen.go#L6258: var request UploadSaveBigFilePartRequest
tl_upload_save_big_file_part_gen.go#L39: type UploadSaveBigFilePartRequest struct {
tl_upload_save_big_file_part_gen.go#L55: _ bin.Encoder = &UploadSaveBigFilePartRequest{}
tl_upload_save_big_file_part_gen.go#L56: _ bin.Decoder = &UploadSaveBigFilePartRequest{}
tl_upload_save_big_file_part_gen.go#L57: _ bin.BareEncoder = &UploadSaveBigFilePartRequest{}
tl_upload_save_big_file_part_gen.go#L58: _ bin.BareDecoder = &UploadSaveBigFilePartRequest{}
tl_upload_save_big_file_part_gen.go#L61: func (s *UploadSaveBigFilePartRequest) Zero() bool {
tl_upload_save_big_file_part_gen.go#L82: func (s *UploadSaveBigFilePartRequest) String() string {
tl_upload_save_big_file_part_gen.go#L86: type Alias UploadSaveBigFilePartRequest
tl_upload_save_big_file_part_gen.go#L91: func (s *UploadSaveBigFilePartRequest) FillFrom(from interface {
tl_upload_save_big_file_part_gen.go#L106: func (*UploadSaveBigFilePartRequest) TypeID() uint32 {
tl_upload_save_big_file_part_gen.go#L111: func (*UploadSaveBigFilePartRequest) TypeName() string {
tl_upload_save_big_file_part_gen.go#L116: func (s *UploadSaveBigFilePartRequest) TypeInfo() tdp.Type {
tl_upload_save_big_file_part_gen.go#L147: func (s *UploadSaveBigFilePartRequest) Encode(b *bin.Buffer) error {
tl_upload_save_big_file_part_gen.go#L156: func (s *UploadSaveBigFilePartRequest) EncodeBare(b *bin.Buffer) error {
tl_upload_save_big_file_part_gen.go#L168: func (s *UploadSaveBigFilePartRequest) Decode(b *bin.Buffer) error {
tl_upload_save_big_file_part_gen.go#L179: func (s *UploadSaveBigFilePartRequest) DecodeBare(b *bin.Buffer) error {
tl_upload_save_big_file_part_gen.go#L215: func (s *UploadSaveBigFilePartRequest) GetFileID() (value int64) {
tl_upload_save_big_file_part_gen.go#L223: func (s *UploadSaveBigFilePartRequest) GetFilePart() (value int) {
tl_upload_save_big_file_part_gen.go#L231: func (s *UploadSaveBigFilePartRequest) GetFileTotalParts() (value int) {
tl_upload_save_big_file_part_gen.go#L239: func (s *UploadSaveBigFilePartRequest) GetBytes() (value []byte) {
tl_upload_save_big_file_part_gen.go#L261: func (c *Client) UploadSaveBigFilePart(ctx context.Context, request *UploadSaveBigFilePartRequest) (bool, error) {
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. |