type github.com/gotd/td/tg.InputSecureFile
44 uses
github.com/gotd/td/tg (current package)
tl_input_secure_file_gen.go#L288: type InputSecureFile struct {
tl_input_secure_file_gen.go#L299: func (i InputSecureFile) construct() InputSecureFileClass { return &i }
tl_input_secure_file_gen.go#L303: _ bin.Encoder = &InputSecureFile{}
tl_input_secure_file_gen.go#L304: _ bin.Decoder = &InputSecureFile{}
tl_input_secure_file_gen.go#L305: _ bin.BareEncoder = &InputSecureFile{}
tl_input_secure_file_gen.go#L306: _ bin.BareDecoder = &InputSecureFile{}
tl_input_secure_file_gen.go#L308: _ InputSecureFileClass = &InputSecureFile{}
tl_input_secure_file_gen.go#L311: func (i *InputSecureFile) Zero() bool {
tl_input_secure_file_gen.go#L326: func (i *InputSecureFile) String() string {
tl_input_secure_file_gen.go#L330: type Alias InputSecureFile
tl_input_secure_file_gen.go#L335: func (i *InputSecureFile) FillFrom(from interface {
tl_input_secure_file_gen.go#L346: func (*InputSecureFile) TypeID() uint32 {
tl_input_secure_file_gen.go#L351: func (*InputSecureFile) TypeName() string {
tl_input_secure_file_gen.go#L356: func (i *InputSecureFile) TypeInfo() tdp.Type {
tl_input_secure_file_gen.go#L379: func (i *InputSecureFile) Encode(b *bin.Buffer) error {
tl_input_secure_file_gen.go#L388: func (i *InputSecureFile) EncodeBare(b *bin.Buffer) error {
tl_input_secure_file_gen.go#L398: func (i *InputSecureFile) Decode(b *bin.Buffer) error {
tl_input_secure_file_gen.go#L409: func (i *InputSecureFile) DecodeBare(b *bin.Buffer) error {
tl_input_secure_file_gen.go#L431: func (i *InputSecureFile) GetID() (value int64) {
tl_input_secure_file_gen.go#L439: func (i *InputSecureFile) GetAccessHash() (value int64) {
tl_input_secure_file_gen.go#L487: func (i *InputSecureFile) AsInputSecureFileLocation() *InputSecureFileLocation {
tl_input_secure_file_gen.go#L511: v := InputSecureFile{}
tl_input_secure_file_slices_gen.go#L165: func (s InputSecureFileClassArray) FillInputSecureFileMap(to map[int64]*InputSecureFile) {
tl_input_secure_file_slices_gen.go#L167: value, ok := elem.(*InputSecureFile)
tl_input_secure_file_slices_gen.go#L176: func (s InputSecureFileClassArray) InputSecureFileToMap() map[int64]*InputSecureFile {
tl_input_secure_file_slices_gen.go#L177: r := make(map[int64]*InputSecureFile, len(s))
tl_input_secure_file_slices_gen.go#L185: value, ok := elem.(*InputSecureFile)
tl_input_secure_file_slices_gen.go#L306: type InputSecureFileArray []InputSecureFile
tl_input_secure_file_slices_gen.go#L309: func (s InputSecureFileArray) Sort(less func(a, b InputSecureFile) bool) InputSecureFileArray {
tl_input_secure_file_slices_gen.go#L317: func (s InputSecureFileArray) SortStable(less func(a, b InputSecureFile) bool) InputSecureFileArray {
tl_input_secure_file_slices_gen.go#L325: func (s InputSecureFileArray) Retain(keep func(x InputSecureFile) bool) InputSecureFileArray {
tl_input_secure_file_slices_gen.go#L339: func (s InputSecureFileArray) First() (v InputSecureFile, ok bool) {
tl_input_secure_file_slices_gen.go#L347: func (s InputSecureFileArray) Last() (v InputSecureFile, ok bool) {
tl_input_secure_file_slices_gen.go#L355: func (s *InputSecureFileArray) PopFirst() (v InputSecureFile, ok bool) {
tl_input_secure_file_slices_gen.go#L365: var zero InputSecureFile
tl_input_secure_file_slices_gen.go#L374: func (s *InputSecureFileArray) Pop() (v InputSecureFile, ok bool) {
tl_input_secure_file_slices_gen.go#L389: return s.Sort(func(a, b InputSecureFile) bool {
tl_input_secure_file_slices_gen.go#L396: return s.SortStable(func(a, b InputSecureFile) bool {
tl_input_secure_file_slices_gen.go#L402: func (s InputSecureFileArray) FillMap(to map[int64]InputSecureFile) {
tl_input_secure_file_slices_gen.go#L409: func (s InputSecureFileArray) ToMap() map[int64]InputSecureFile {
tl_input_secure_file_slices_gen.go#L410: r := make(map[int64]InputSecureFile, len(s))
tl_registry_gen.go#L4429: InputSecureFileTypeID: func() bin.Object { return &InputSecureFile{} },
tl_secure_file_gen.go#L487: func (s *SecureFile) AsInput() *InputSecureFile {
tl_secure_file_gen.go#L488: value := new(InputSecureFile)
|
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. |