const github.com/gotd/td/tg.AccountUpdateEmojiStatusRequestTypeID

9 uses

	github.com/gotd/td/tg (current package)
		tl_account_update_emoji_status_gen.go#L50: const AccountUpdateEmojiStatusRequestTypeID = 0xfbd3de6b
		tl_account_update_emoji_status_gen.go#L91: 	return AccountUpdateEmojiStatusRequestTypeID
		tl_account_update_emoji_status_gen.go#L103: 		ID:   AccountUpdateEmojiStatusRequestTypeID,
		tl_account_update_emoji_status_gen.go#L123: 	b.PutID(AccountUpdateEmojiStatusRequestTypeID)
		tl_account_update_emoji_status_gen.go#L146: 	if err := b.ConsumeID(AccountUpdateEmojiStatusRequestTypeID); err != nil {
		tl_registry_gen.go#L1345: 		AccountUpdateEmojiStatusRequestTypeID:                                   "account.updateEmojiStatus#fbd3de6b",
		tl_registry_gen.go#L3127: 		"account.updateEmojiStatus":                                         AccountUpdateEmojiStatusRequestTypeID,
		tl_registry_gen.go#L4909: 		AccountUpdateEmojiStatusRequestTypeID:                                   func() bin.Object { return &AccountUpdateEmojiStatusRequest{} },
		tl_server_gen.go#L1908: 	s.handlers[AccountUpdateEmojiStatusRequestTypeID] = handler