type github.com/gotd/td/tg.EncryptedChatEmpty
41 uses
github.com/gotd/td/tg (current package)
tl_encrypted_chat_gen.go#L38: type EncryptedChatEmpty struct {
tl_encrypted_chat_gen.go#L47: func (e EncryptedChatEmpty) construct() EncryptedChatClass { return &e }
tl_encrypted_chat_gen.go#L51: _ bin.Encoder = &EncryptedChatEmpty{}
tl_encrypted_chat_gen.go#L52: _ bin.Decoder = &EncryptedChatEmpty{}
tl_encrypted_chat_gen.go#L53: _ bin.BareEncoder = &EncryptedChatEmpty{}
tl_encrypted_chat_gen.go#L54: _ bin.BareDecoder = &EncryptedChatEmpty{}
tl_encrypted_chat_gen.go#L56: _ EncryptedChatClass = &EncryptedChatEmpty{}
tl_encrypted_chat_gen.go#L59: func (e *EncryptedChatEmpty) Zero() bool {
tl_encrypted_chat_gen.go#L71: func (e *EncryptedChatEmpty) String() string {
tl_encrypted_chat_gen.go#L75: type Alias EncryptedChatEmpty
tl_encrypted_chat_gen.go#L80: func (e *EncryptedChatEmpty) FillFrom(from interface {
tl_encrypted_chat_gen.go#L89: func (*EncryptedChatEmpty) TypeID() uint32 {
tl_encrypted_chat_gen.go#L94: func (*EncryptedChatEmpty) TypeName() string {
tl_encrypted_chat_gen.go#L99: func (e *EncryptedChatEmpty) TypeInfo() tdp.Type {
tl_encrypted_chat_gen.go#L118: func (e *EncryptedChatEmpty) Encode(b *bin.Buffer) error {
tl_encrypted_chat_gen.go#L127: func (e *EncryptedChatEmpty) EncodeBare(b *bin.Buffer) error {
tl_encrypted_chat_gen.go#L136: func (e *EncryptedChatEmpty) Decode(b *bin.Buffer) error {
tl_encrypted_chat_gen.go#L147: func (e *EncryptedChatEmpty) DecodeBare(b *bin.Buffer) error {
tl_encrypted_chat_gen.go#L162: func (e *EncryptedChatEmpty) GetID() (value int) {
tl_encrypted_chat_gen.go#L1328: func (e *EncryptedChatEmpty) AsNotEmpty() (NotEmptyEncryptedChat, bool) {
tl_encrypted_chat_gen.go#L1366: v := EncryptedChatEmpty{}
tl_encrypted_chat_slices_gen.go#L134: func (s EncryptedChatClassArray) FillEncryptedChatEmptyMap(to map[int]*EncryptedChatEmpty) {
tl_encrypted_chat_slices_gen.go#L136: value, ok := elem.(*EncryptedChatEmpty)
tl_encrypted_chat_slices_gen.go#L145: func (s EncryptedChatClassArray) EncryptedChatEmptyToMap() map[int]*EncryptedChatEmpty {
tl_encrypted_chat_slices_gen.go#L146: r := make(map[int]*EncryptedChatEmpty, len(s))
tl_encrypted_chat_slices_gen.go#L154: value, ok := elem.(*EncryptedChatEmpty)
tl_encrypted_chat_slices_gen.go#L362: type EncryptedChatEmptyArray []EncryptedChatEmpty
tl_encrypted_chat_slices_gen.go#L365: func (s EncryptedChatEmptyArray) Sort(less func(a, b EncryptedChatEmpty) bool) EncryptedChatEmptyArray {
tl_encrypted_chat_slices_gen.go#L373: func (s EncryptedChatEmptyArray) SortStable(less func(a, b EncryptedChatEmpty) bool) EncryptedChatEmptyArray {
tl_encrypted_chat_slices_gen.go#L381: func (s EncryptedChatEmptyArray) Retain(keep func(x EncryptedChatEmpty) bool) EncryptedChatEmptyArray {
tl_encrypted_chat_slices_gen.go#L395: func (s EncryptedChatEmptyArray) First() (v EncryptedChatEmpty, ok bool) {
tl_encrypted_chat_slices_gen.go#L403: func (s EncryptedChatEmptyArray) Last() (v EncryptedChatEmpty, ok bool) {
tl_encrypted_chat_slices_gen.go#L411: func (s *EncryptedChatEmptyArray) PopFirst() (v EncryptedChatEmpty, ok bool) {
tl_encrypted_chat_slices_gen.go#L421: var zero EncryptedChatEmpty
tl_encrypted_chat_slices_gen.go#L430: func (s *EncryptedChatEmptyArray) Pop() (v EncryptedChatEmpty, ok bool) {
tl_encrypted_chat_slices_gen.go#L445: return s.Sort(func(a, b EncryptedChatEmpty) bool {
tl_encrypted_chat_slices_gen.go#L452: return s.SortStable(func(a, b EncryptedChatEmpty) bool {
tl_encrypted_chat_slices_gen.go#L458: func (s EncryptedChatEmptyArray) FillMap(to map[int]EncryptedChatEmpty) {
tl_encrypted_chat_slices_gen.go#L465: func (s EncryptedChatEmptyArray) ToMap() map[int]EncryptedChatEmpty {
tl_encrypted_chat_slices_gen.go#L466: r := make(map[int]EncryptedChatEmpty, len(s))
tl_registry_gen.go#L3973: EncryptedChatEmptyTypeID: func() bin.Object { return &EncryptedChatEmpty{} },
|
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. |