type github.com/gotd/td/tg.InputFile
43 uses
github.com/gotd/td/tg (current package)
tl_input_file_gen.go#L41: type InputFile struct {
tl_input_file_gen.go#L60: func (i InputFile) construct() InputFileClass { return &i }
tl_input_file_gen.go#L64: _ bin.Encoder = &InputFile{}
tl_input_file_gen.go#L65: _ bin.Decoder = &InputFile{}
tl_input_file_gen.go#L66: _ bin.BareEncoder = &InputFile{}
tl_input_file_gen.go#L67: _ bin.BareDecoder = &InputFile{}
tl_input_file_gen.go#L69: _ InputFileClass = &InputFile{}
tl_input_file_gen.go#L72: func (i *InputFile) Zero() bool {
tl_input_file_gen.go#L93: func (i *InputFile) String() string {
tl_input_file_gen.go#L97: type Alias InputFile
tl_input_file_gen.go#L102: func (i *InputFile) FillFrom(from interface {
tl_input_file_gen.go#L117: func (*InputFile) TypeID() uint32 {
tl_input_file_gen.go#L122: func (*InputFile) TypeName() string {
tl_input_file_gen.go#L127: func (i *InputFile) TypeInfo() tdp.Type {
tl_input_file_gen.go#L158: func (i *InputFile) Encode(b *bin.Buffer) error {
tl_input_file_gen.go#L167: func (i *InputFile) EncodeBare(b *bin.Buffer) error {
tl_input_file_gen.go#L179: func (i *InputFile) Decode(b *bin.Buffer) error {
tl_input_file_gen.go#L190: func (i *InputFile) DecodeBare(b *bin.Buffer) error {
tl_input_file_gen.go#L226: func (i *InputFile) GetID() (value int64) {
tl_input_file_gen.go#L234: func (i *InputFile) GetParts() (value int) {
tl_input_file_gen.go#L242: func (i *InputFile) GetName() (value string) {
tl_input_file_gen.go#L250: func (i *InputFile) GetMD5Checksum() (value string) {
tl_input_file_gen.go#L505: v := InputFile{}
tl_input_file_slices_gen.go#L134: func (s InputFileClassArray) FillInputFileMap(to map[int64]*InputFile) {
tl_input_file_slices_gen.go#L136: value, ok := elem.(*InputFile)
tl_input_file_slices_gen.go#L145: func (s InputFileClassArray) InputFileToMap() map[int64]*InputFile {
tl_input_file_slices_gen.go#L146: r := make(map[int64]*InputFile, len(s))
tl_input_file_slices_gen.go#L154: value, ok := elem.(*InputFile)
tl_input_file_slices_gen.go#L196: type InputFileArray []InputFile
tl_input_file_slices_gen.go#L199: func (s InputFileArray) Sort(less func(a, b InputFile) bool) InputFileArray {
tl_input_file_slices_gen.go#L207: func (s InputFileArray) SortStable(less func(a, b InputFile) bool) InputFileArray {
tl_input_file_slices_gen.go#L215: func (s InputFileArray) Retain(keep func(x InputFile) bool) InputFileArray {
tl_input_file_slices_gen.go#L229: func (s InputFileArray) First() (v InputFile, ok bool) {
tl_input_file_slices_gen.go#L237: func (s InputFileArray) Last() (v InputFile, ok bool) {
tl_input_file_slices_gen.go#L245: func (s *InputFileArray) PopFirst() (v InputFile, ok bool) {
tl_input_file_slices_gen.go#L255: var zero InputFile
tl_input_file_slices_gen.go#L264: func (s *InputFileArray) Pop() (v InputFile, ok bool) {
tl_input_file_slices_gen.go#L279: return s.Sort(func(a, b InputFile) bool {
tl_input_file_slices_gen.go#L286: return s.SortStable(func(a, b InputFile) bool {
tl_input_file_slices_gen.go#L292: func (s InputFileArray) FillMap(to map[int64]InputFile) {
tl_input_file_slices_gen.go#L299: func (s InputFileArray) ToMap() map[int64]InputFile {
tl_input_file_slices_gen.go#L300: r := make(map[int64]InputFile, len(s))
tl_registry_gen.go#L3621: InputFileTypeID: func() bin.Object { return &InputFile{} },
|
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. |